Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madhuryahait/docuscholar

A MERN Stack chatbot which feeds on pdf & uses FastApi technology to use LangServe.
https://github.com/madhuryahait/docuscholar

ai chatbot gemini langchain machine-learning mern-stack miniproject ml pdf-chat-bot

Last synced: 2 months ago
JSON representation

A MERN Stack chatbot which feeds on pdf & uses FastApi technology to use LangServe.

Awesome Lists containing this project

README

        

# DocuScholar

A MERN Stack Chat Web Application which is a chatbot which gives answers to your questions based on
the input pdf provided which also harnesses the Google Gemini LLM & it helps in text summarisation, better understanding research papers etc.
It uses MERN technologies and along with that uses the brand new Fast Api technology to make use of LangServe.

Here a picture of the interface.

docuscholar

Move to the client directory & hit the following command

npm intall

npm run dev


Then move to Server directory then hit

npm install

npm start

Now go to the Model_Server directory and use commands

pip install -r requirements.txt

uvicorn app:app --reload

Make sure you configure the api url as per the server api's.