-
Clone the Repository
-
Set up virtual environment
python -m venv venv
.\venv\Scripts\activate # On Windows
source venv/bin/activate # On macOS and Linux
- Install the required packages
pip install -r requirements.txt
- Add your openapi key in app.py file
- Run the application
streamlit run streamlit_app/app.py