This proyect is an UI made it with Streamlit and apply embeddings models from OpenAI to read papers and ask them something related to the paper content!
- Clone this repo
git clone https://github.com/josebenitezg/ask-the-paper.git
- Create a virtual enviroment
python -m venv env
- Activate virtual enviroment
- for linux
source env/bin/activate
- for windows
env\Scripts\Activate.bat
- Install requirements
pip install -r requirements.txt
- Create a .env file with the apikey from OPENAI, with the following content
OPENAI_API_KEY
- And enjoy the app
streamlit run main.py
This repo is ready to deploy on Streamlit Cloud
- Williams Bobadilla
Many thanks to @keerthanpg, @nuwandavek for inspiration.