Skip to content

aizeld/ResearchTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research tool

Коротко, вставляется ссылки с научными статьями, и задаете свои вопросы, а модель(Open ai chatgpt) отвечает на них.

Installation

1.Clone this repository to your local machine using:

  git clone https://github.com/aizeld/ResearchTool.git

2.Navigate to the project directory:

  cd ResearchTool
  1. Install the required dependencies using pip:
  pip install -r requirements.txt

4.Set up your OpenAI API key by creating a .env file in the project root and adding your API

  OPENAI_API_KEY=your api key

5.Run the Streamlit app by executing:

streamlit run main.py

Project Structure

  • main.py: The main Streamlit application script.
  • requirements.txt: A list of required Python packages for the project.
  • faiss_store_openai.pkl: A pickle file to store the FAISS index.
  • .env: Configuration file for storing your OpenAI API key.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages