An LLM powered research assistant
The following is the deployment link: https://project-group-06-genai.streamlit.app/
The instructions below are how to run the project locally
- Install Requirements
pip install -r requirements.txt- Set up Environment Variables
PINECONE_API_KEY=<key>
OPENAI_API_KEY=<key>
ABSTRACTS_PINECONE_API_KEY=<key>- Run the App
streamlit run app.py