kaushikb11 / iplGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iplGPT

With iplGPT, you can ask questions about the Indian Premier League (IPL). From searching stats, scores, standings, bios, and more, iplGPT is a one-stop search solution for all things IPL.

iplGPT takes a leap forward by transforming sports statistics into meangful, storytelling prose.

Running the app

Create a virtual environment and install the dependencies.

python3 -m venv venv
source venv/bin/activate

pip install -e .

Download the sql data from kaggle

python3 download_ipl_sql_data.py

Run the app.

streamlit run app.py

About


Languages

Language:Jupyter Notebook 76.6%Language:Python 23.4%