{"id":29873127,"url":"https://github.com/nichcorez/gyaantra_docs","last_synced_at":"2026-04-14T04:31:33.281Z","repository":{"id":302908693,"uuid":"1013660136","full_name":"Nichcorez/gyaantra_docs","owner":"Nichcorez","description":"Chat with your PDFs using Gyaantra. Upload, ask questions, and get contextual answers powered by LLMs. Explore intelligent document assistance! 🐙📄","archived":false,"fork":false,"pushed_at":"2025-07-11T17:04:28.000Z","size":1658,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-11T19:10:00.305Z","etag":null,"topics":["chatbot","embeddings","faiss","groq","huggingface","langchain","llama3","llm","pyhton","streamlit"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nichcorez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-07-04T09:00:04.000Z","updated_at":"2025-07-11T17:04:31.000Z","dependencies_parsed_at":"2025-07-04T18:48:04.653Z","dependency_job_id":null,"html_url":"https://github.com/Nichcorez/gyaantra_docs","commit_stats":null,"previous_names":["nichcorez/gyaantra_docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nichcorez/gyaantra_docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nichcorez%2Fgyaantra_docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nichcorez%2Fgyaantra_docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nichcorez%2Fgyaantra_docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nichcorez%2Fgyaantra_docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nichcorez","download_url":"https://codeload.github.com/Nichcorez/gyaantra_docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nichcorez%2Fgyaantra_docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267951734,"owners_count":24171090,"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","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["chatbot","embeddings","faiss","groq","huggingface","langchain","llama3","llm","pyhton","streamlit"],"created_at":"2025-07-30T22:16:01.651Z","updated_at":"2026-04-14T04:31:33.253Z","avatar_url":"https://github.com/Nichcorez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```markdown\r\n# Chat with Multiple PDFs - Gyaantra Docs 📚🤖\r\n\r\n![GitHub release](https://img.shields.io/github/release/Nichcorez/gyaantra_docs.svg)\r\n![GitHub issues](https://img.shields.io/github/issues/Nichcorez/gyaantra_docs.svg)\r\n![GitHub stars](https://img.shields.io/github/stars/Nichcorez/gyaantra_docs.svg)\r\n\r\n## Overview\r\n\r\nGyaantra Docs is a powerful tool that allows you to chat with multiple PDFs seamlessly. By leveraging advanced technologies like embeddings and language models, this repository provides an intuitive interface for interacting with document content. \r\n\r\n## Features\r\n\r\n- **Multi-PDF Interaction**: Engage with multiple documents at once.\r\n- **Chatbot Integration**: Use a chatbot interface for easy communication.\r\n- **Embedding Support**: Utilize embeddings for enhanced understanding.\r\n- **FAISS**: Implement efficient similarity search for large datasets.\r\n- **Groq Integration**: Optimize performance with Groq technology.\r\n- **Hugging Face Models**: Access a wide range of pre-trained models.\r\n- **LangChain Support**: Build complex chains of thought.\r\n- **LLaMA3 Integration**: Use the latest LLaMA3 models for advanced NLP tasks.\r\n- **Python Compatibility**: Built using Python for easy customization.\r\n- **Streamlit Interface**: Simple and user-friendly web interface.\r\n\r\n## Getting Started\r\n\r\nTo get started with Gyaantra Docs, download the latest release from our [Releases section](https://github.com/Nichcorez/gyaantra_docs/releases). Follow the instructions to set up the environment and run the application.\r\n\r\n### Prerequisites\r\n\r\nMake sure you have the following installed:\r\n\r\n- Python 3.7 or higher\r\n- pip (Python package installer)\r\n\r\n### Installation\r\n\r\n1. Clone the repository:\r\n\r\n   ```bash\r\n   git clone https://github.com/Nichcorez/gyaantra_docs.git\r\n   ```\r\n\r\n2. Navigate to the project directory:\r\n\r\n   ```bash\r\n   cd gyaantra_docs\r\n   ```\r\n\r\n3. Install the required packages:\r\n\r\n   ```bash\r\n   pip install -r requirements.txt\r\n   ```\r\n\r\n4. Run the application:\r\n\r\n   ```bash\r\n   streamlit run app.py\r\n   ```\r\n\r\n### Usage\r\n\r\nOnce the application is running, you can upload your PDF files and start chatting with them. The chatbot will analyze the content and provide responses based on the information in the documents.\r\n\r\n### Technologies Used\r\n\r\n- **Chatbot**: For interactive communication.\r\n- **Embeddings**: To understand and retrieve information effectively.\r\n- **FAISS**: For fast and efficient similarity searches.\r\n- **Groq**: To enhance computational performance.\r\n- **Hugging Face**: Access to state-of-the-art NLP models.\r\n- **LangChain**: For building complex query chains.\r\n- **LLaMA3**: Latest model for natural language understanding.\r\n- **Python**: The core programming language for development.\r\n- **Streamlit**: Framework for building the web interface.\r\n\r\n## Contributing\r\n\r\nWe welcome contributions to Gyaantra Docs. To contribute, please follow these steps:\r\n\r\n1. Fork the repository.\r\n2. Create a new branch for your feature or bug fix.\r\n3. Make your changes.\r\n4. Submit a pull request.\r\n\r\n### Issues\r\n\r\nIf you encounter any issues, please check the [Issues section](https://github.com/Nichcorez/gyaantra_docs/issues) for existing discussions or create a new issue.\r\n\r\n## Community\r\n\r\nJoin our community to discuss features, share ideas, and get help. Connect with us on:\r\n\r\n- [GitHub Discussions](https://github.com/Nichcorez/gyaantra_docs/discussions)\r\n- [Twitter](https://twitter.com/Nichcorez)\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\r\n\r\n## Acknowledgments\r\n\r\nWe would like to thank the following for their contributions and support:\r\n\r\n- The developers of the libraries and frameworks used in this project.\r\n- The open-source community for their continuous efforts.\r\n\r\n## Contact\r\n\r\nFor inquiries, please reach out via [GitHub Issues](https://github.com/Nichcorez/gyaantra_docs/issues) or contact the maintainer directly.\r\n\r\n## Additional Resources\r\n\r\nFor more information on how to use Gyaantra Docs, check out the [Releases section](https://github.com/Nichcorez/gyaantra_docs/releases) for downloadable files and updates.\r\n\r\n---\r\n\r\nExplore the capabilities of Gyaantra Docs and enhance your document interactions today! 🌟\r\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichcorez%2Fgyaantra_docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnichcorez%2Fgyaantra_docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnichcorez%2Fgyaantra_docs/lists"}