singhvaibhav924 / Research-Bot

GenAI Project powered by multiple LLMs used to generate Literature Review along with proper references for any query or abstract given as input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Research-Bot

This GenAI project is powered by multiple LLMs and is helpful for researchers who want to research about some topics but dont know from where to start. If you have any research idea or if you have a project abstract ready you can input that in this program and it will perform literature survey for you and will provide you with Literature Review containing overview about all recent works in that domain with proper references.

Workflow

Workflow

Run Locally

Clone the project

  git clone https://github.com/singhvaibhav924/Research-Bot-Notebook.git

Go to the project directory

  cd Research-Bot-Notebook

Setup Virtual Environment

  pip install virtualenv
  virtualenv venv
  venv/Scripts/Activate.ps1

Install dependencies

  pip install numpy torch langchain-huggingface langchain-community arxiv sentence-transformers accelerate

Cusotm Badge

About

GenAI Project powered by multiple LLMs used to generate Literature Review along with proper references for any query or abstract given as input


Languages

Language:Python 94.4%Language:Dockerfile 5.6%