Skip to content

mrthakur30/ai-planet-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Chat with PDF using LLM (React, FastAPI & Langchain)

🚀 Demo

Deployement Link : https://muku-chat-pdf.netlify.app/
Demo Video Link : https://drive.google.com/file/d/1Ubb_VlEEHobux18xwI7IpVSVqvbzEH_0/view?usp=sharing

🛠️ Installation Steps:

1. First clone the project

2. Change to the frontend directory

cd frontend

3. Install frontend dependencies:

npm install

4. Start the frontend development server on localhost:5173

npm run dev

5. Change to the backend directory

cd ../backend

6. Create and activate a virtual environment (if not already created):

python3 -m venv env source env/bin/activate

7. Install backend dependencies:

pip install -r requirements.txt

8. Start the backend server at localhost:8000

python3 run.py

💻 Built with

Technologies used in the project:

Frontend

  • React
  • Typescript
  • Tailwind
  • Vite

Backend

  • FastAPI
  • Langchain
  • Postgres
  • Gemini LLM : As my open ai api credits were exhausted
  • S3 for storing pdfs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published