What is Research Paper Conversations?
ResearchGPT is a cutting-edge research assistant powered by LLM (Large Language Models) that lets you have a conversation with any research paper. Whether you’re a student, researcher, or just curious, this tool makes diving into complex papers a breeze.
What are the features of Research Paper Conversations?
- PDF Interaction: Upload or link any PDF to start a conversation.
- Embedding Technology: Extracts and processes text to generate meaningful responses.
- Source Tracking: Provides the exact source and page number for every answer.
- OpenAI Integration: Uses OpenAI’s API for intelligent, context-aware replies.
What are the use cases of Research Paper Conversations?
- Academic Research: Quickly understand and analyze research papers.
- Learning Aid: Simplify complex topics for students.
- Professional Use: Stay updated with the latest industry research.
How to use Research Paper Conversations?
- Clone the repository:
git clone https://github.com/mukulpatnaik/researchgpt.git - Install dependencies:
pip install -r requirements.txt - Set up Redis for local embedding storage.
- Set your OpenAI API key as an environment variable.
- Run the app:
uvicorn main:app --reload






