Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/madhuryahait/docuscholar
- Owner: MADHURYAHAIT
- Created: 2024-03-05T13:24:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T14:32:26.000Z (7 months ago)
- Last Synced: 2024-06-23T05:05:07.425Z (7 months ago)
- Topics: ai, chatbot, gemini, langchain, machine-learning, mern-stack, miniproject, ml, pdf-chat-bot
- Language: JavaScript
- Homepage: https://docuscholar.vercel.app
- Size: 7.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
Move to the client directory & hit the following command
npm intall
npm run dev
Then move to Server directory then hitnpm 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.