Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 955 Bytes

File metadata and controls

34 lines (17 loc) · 955 Bytes

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

conda create -n pdfchat python=3.11
pip install -r requirements.txt
uvicorn app:app --reload

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