pip install -r requirements.txtAfter installing all requirements, add OpenAI API key to the secrets, or input it in the sidebar every time this page is visited.
Add secrets to .streamlit/secrets.toml in the following format:
OPENAI_API_KEY = "sk-..."Run application using the following command:
streamlit run app.pyThanks to the friendly folks at Lappu AI for helping me develop this project and bring it online. Lappu AI does AI based development and we very helpful in understanding the concepts to bring this project online.