Skip to content

coztomate/Science_RAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scientific Article Explorer

Answered questions based on abstracts retrieved from ArXiv or PubMed after search term entered. Returns pdfs of sources.

Getting Started

Prerequisites

  • Python 3.10
  • pip

Installation

  1. Clone the repository:

    git clone [repository URL]
  2. Create a .env file to store your OpenAI API key:

    Create a file named .env in the root directory and add the following line:

    OPENAI_API_KEY=your_api_key_here
    
  3. Set up your environment:

    For example (or conda):

    python -m venv venv
    source venv/bin/activate  
  4. Install the required packages:

    pip install -r requirements_qa.txt
  5. Run the app:

    streamlit run app_qa.py

About

Ask question on scientific articles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages