Skip to content

This Streamlit App apply embeddings models from OpenAI to read papers and ask them!

Notifications You must be signed in to change notification settings

josebenitezg/ask-the-paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask the Papers Streamlit APP 📃

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!

Usage 🔩

  1. Clone this repo
git clone https://github.com/josebenitezg/ask-the-paper.git
  1. Create a virtual enviroment
python -m venv env
  1. Activate virtual enviroment
  • for linux
source env/bin/activate
  • for windows
env\Scripts\Activate.bat
  1. Install requirements
pip install -r requirements.txt
  1. Create a .env file with the apikey from OPENAI, with the following content
OPENAI_API_KEY
  1. And enjoy the app
streamlit run main.py

Online demo 👀

This repo is ready to deploy on Streamlit Cloud

online demo

Colaborators 👨

  • Williams Bobadilla

Thanks to 👏

Many thanks to @keerthanpg, @nuwandavek for inspiration.

About

This Streamlit App apply embeddings models from OpenAI to read papers and ask them!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages