Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 756 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 756 Bytes

Data Analysis with OpenAi prompts

Use the prompt to ask the OpenAI LLM (Large Language Model) to get answers about the ufc dataset.

Streamlit App preview

Resources

  1. PandasAI - https://github.com/gventuri/pandas-ai
  2. UFC Dataset - https://www.kaggle.com/datasets/mdabbert/ultimate-ufc-dataset

Issues

There is an error caused while starting streamlit by the latest protobuf version. Therefore the protobuf version needs to be set to protobuf==3.20.*

Links that describe the issue: