To get started,
- clone the app repo.
- Install dependancies pip install -r requirements.txt
- Add OPENAI_API_KEY in the .env file at root directory. You can get a free API key at https://platform.openai.com.
- To run your app locally: streamlit run app.py
- To deploy your app to streamlit: Go to streamlit.io and follow instructions for deploy in docs section.
- Enjoy...