{"id":15175484,"url":"https://github.com/mdimado/paperchat","last_synced_at":"2025-10-06T10:32:01.870Z","repository":{"id":244001652,"uuid":"813703195","full_name":"mdimado/PaperChat","owner":"mdimado","description":"PaperChat is an AI-powered chat application designed to handle PDF documents through a user-friendly interface. Users can upload PDF files, ask questions related to the content within those documents, and receive responses generated using advanced natural language processing (NLP) techniques.","archived":false,"fork":false,"pushed_at":"2024-11-26T14:05:37.000Z","size":3457,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-24T23:55:52.095Z","etag":null,"topics":["cohere","fastapi","groq","langchain","qdrant","qdrant-vector-database","react","reactjs"],"latest_commit_sha":null,"homepage":"https://paperchat-ai.netlify.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdimado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-11T15:22:29.000Z","updated_at":"2024-11-26T14:05:40.000Z","dependencies_parsed_at":"2024-06-12T12:43:46.849Z","dependency_job_id":"53cd38f3-a1f4-48af-a29b-46d3d289fdcf","html_url":"https://github.com/mdimado/PaperChat","commit_stats":null,"previous_names":["mdimado/paperchat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdimado%2FPaperChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdimado%2FPaperChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdimado%2FPaperChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdimado%2FPaperChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdimado","download_url":"https://codeload.github.com/mdimado/PaperChat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235519884,"owners_count":19003201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cohere","fastapi","groq","langchain","qdrant","qdrant-vector-database","react","reactjs"],"created_at":"2024-09-27T12:39:16.695Z","updated_at":"2025-10-06T10:32:01.866Z","avatar_url":"https://github.com/mdimado.png","language":"Python","readme":"PaperChat - AI-Driven PDF Interaction Platform\n===================================================\n\n### Overview\n\nThis repository contains code for an AI-powered chat application that allows users to upload PDF documents, perform queries, and receive responses based on the content of the uploaded document.\n\n\n\nhttps://github.com/mdimado/PaperChat/assets/123477562/a5adbe2b-6595-4acd-a5e6-8136b2a7fd50\n\n\n\n\n\n### Setup Instructions\n\nFollow these steps to set up and run the project:\n\n1. Clone the Repository:\n   ```\n   git clone https://github.com/mdimado/PaperChat.git\n   cd PaperChat\n   ```\n\n2. Install Backend Dependencies:\n   ```\n   cd backend\n   pip install -r requirements.txt\n   ```\n   \n3. Pull the Qdrant Docker Image\n   ```\n   docker pull qdrant/qdrant\n   ```\n   \n4. Run the Qdrant Docker Container:\n   ```\n   docker run -d --name qdrant -p 6333:6333 qdrant/qdrant\n   ```\n\n5. Set Environment Variables:\n   Create a .env file in the backend directory and add the following variables:\n   ```\n   COHERE_API_KEY=your-cohere-api-key\n   GROQ_API_KEY=your-groq-api-key\n   ```\n\n6. Run the Backend Server:\n   ```\n   uvicorn main:app --reload\n   ```\n\n7. Install Frontend Dependencies:\n   ```\n   cd ../frontend\n   npm install\n   ```\n\n8. Run the Frontend Development Server:\n   ```\n   npm start\n   ```\n\n\n\u003cimg width=\"1440\" alt=\"Screenshot 2024-06-21 at 11 41 12 PM\" src=\"https://github.com/mdimado/PaperChat/assets/123477562/c04a2938-e5a6-420b-a980-fb2c7c11b22a\"\u003e\n\n\u003cimg width=\"723\" alt=\"Screenshot 2024-06-21 at 11 41 39 PM\" src=\"https://github.com/mdimado/PaperChat/assets/123477562/88f39359-6791-4645-82ca-77206af2c710\"\u003e\n\n\u003cimg width=\"379\" alt=\"Screenshot 2024-06-21 at 11 42 02 PM\" src=\"https://github.com/mdimado/PaperChat/assets/123477562/6f4f22b6-6be2-4834-b2db-f2a7e5754c9e\"\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdimado%2Fpaperchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdimado%2Fpaperchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdimado%2Fpaperchat/lists"}