{"id":25081734,"url":"https://github.com/saeidsaadatigero/chatbot-flask","last_synced_at":"2026-05-05T15:36:23.442Z","repository":{"id":267665796,"uuid":"901979382","full_name":"saeidsaadatigero/ChatBot-Flask","owner":"saeidsaadatigero","description":"AI Question Answering from PDF","archived":false,"fork":false,"pushed_at":"2024-12-11T17:49:27.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T09:08:19.160Z","etag":null,"topics":["bootstrap5","cors","fitz","flask","html-css-javascript","huggingface","pyngrok","python","python3","transformers","ubuntu"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/saeidsaadatigero.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-12-11T17:10:02.000Z","updated_at":"2025-01-07T02:26:05.000Z","dependencies_parsed_at":"2024-12-11T18:24:28.990Z","dependency_job_id":"67ef983b-4037-40f7-bf64-7b0349c34c2e","html_url":"https://github.com/saeidsaadatigero/ChatBot-Flask","commit_stats":null,"previous_names":["saeidsaadatigero/ai-app","saeidsaadatigero/chatbot-flask"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2FChatBot-Flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2FChatBot-Flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2FChatBot-Flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2FChatBot-Flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saeidsaadatigero","download_url":"https://codeload.github.com/saeidsaadatigero/ChatBot-Flask/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246612485,"owners_count":20805355,"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":["bootstrap5","cors","fitz","flask","html-css-javascript","huggingface","pyngrok","python","python3","transformers","ubuntu"],"created_at":"2025-02-07T05:14:46.570Z","updated_at":"2026-05-05T15:36:23.415Z","avatar_url":"https://github.com/saeidsaadatigero.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Question Answering from PDF 📄🤖\n\n![Screenshot from 2024-12-11 20-56-38](https://github.com/user-attachments/assets/e85d991f-c224-4122-89d8-f678e1bbb3d2)\n\n\nThis project allows you to upload a PDF and ask a question about its content. The AI will process the uploaded file and provide an answer to your question using Natural Language Processing (NLP).\n\n## Features 🚀\n\n- 📄 Upload PDF files.\n- ❓ Ask questions based on the content of the uploaded PDF.\n- 🤖 AI-powered question answering.\n- 🌐 Built with modern web technologies for a smooth user experience.\n  \n## Technologies Used 🛠️\n\n- ![Python](https://img.shields.io/badge/Python-3.9-blue) Python 3.9\n- ![Flask](https://img.shields.io/badge/Flask-2.0.1-blue) Flask\n- ![Bootstrap](https://img.shields.io/badge/Bootstrap-5-blue) Bootstrap 5\n- ![Font Awesome](https://img.shields.io/badge/Font%20Awesome-5-red) Font Awesome Icons\n- ![JavaScript](https://img.shields.io/badge/JavaScript-ES6-yellow) JavaScript ES6\n- ![ngrok](https://img.shields.io/badge/ngrok-2.3-blue) ngrok for tunneling (used for demo purposes)\n\n## How to Use 🧑‍💻\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/saeidsaadatigero/ai-question-answering-pdf.git\n   ```\n\n2. Install dependencies:\n\n   ```bash![Screenshot from 2024-12-11 20-56-38](https://github.com/user-attachments/assets/85c73c0f-6894-4a8f-9f40-a874f91a31bb)\n\n   pip install -r requirements.txt\n   ```\n\n3. Run the Flask server:\n\n   ```bash\n   python app.py\n   ```\n\n4. Open the provided URL in your browser and upload a PDF to start asking questions!\n\n## Project Demo 🎥\n\nHere’s a demo of how the application looks:\n\n![Screenshot from 2024-12-11 20-38-31](https://github.com/user-attachments/assets/45a8614f-8a95-49e5-8f12-7cb9d840e414)\n\n## How It Works ⚙️\n\n1. **Upload PDF**: The user uploads a PDF file containing the document they want to ask questions about.\n2. **Ask a Question**: The user enters a question related to the content of the PDF.\n3. **AI Processing**: The backend processes the file and the question using NLP techniques.\n4. **Answer**: The AI generates an answer based on the context extracted from the PDF and returns it to the user.\n\n## Features 🚀\n\n- **User-Friendly Interface**: Built using Bootstrap for responsive and clean design.\n- **Fast Processing**: Quickly processes PDFs and answers questions.\n- **Icons \u0026 Aesthetics**: Enhanced UI with Font Awesome icons for a modern look.\n\n## Installation Instructions 🛠️\n\n1. Clone this repository:\n   \n   ```bash\n   git clone https://github.com/saeidsaadatigero/ai-question-answering-pdf.git\n   ```\n\n2. Install Python dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the app:\n\n   ```bash\n   python app.py\n   ```\n\n   Open your browser and go to `http://localhost:5000`.\n\n## Technologies Used 🧑‍💻\n\n- **Frontend**:\n  - HTML, CSS, JavaScript\n  - Bootstrap 5\n  - Font Awesome Icons\n\n- **Backend**:\n  - Python 3.x\n  - Flask\n  - Natural Language Processing (NLP)\n\n- **Deployment**:\n  - ngrok (for tunneling in demo mode)\n\n## Contributing 🤝\n\n1. Fork this repository.\n2. Create your branch (`git checkout -b feature/your-feature`).\n3. Commit your changes (`git commit -am 'Add feature'`).\n4. Push to the branch (`git push origin feature/your-feature`).\n5. Create a new Pull Request.\n\n## License 📄\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\n## Contact 💬\n\nFeel free to reach out if you have any questions or suggestions!\n\n- Email: [saeidsaadatigero@gmail.com](mailto:saeidsaadatigero@gmail.com)\n- GitHub: [@saeidsaadatigero](https://github.com/saeidsaadatigero)\n- LinkedIn: [@saeidsaadatigero](https://www.linkedin.com/in/saeidsaadatigero)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeidsaadatigero%2Fchatbot-flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaeidsaadatigero%2Fchatbot-flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeidsaadatigero%2Fchatbot-flask/lists"}