{"id":25081054,"url":"https://github.com/soumyadipta2020/ai-chatbot---streamlit","last_synced_at":"2026-06-19T18:31:43.962Z","repository":{"id":275744772,"uuid":"927057278","full_name":"Soumyadipta2020/AI-Chatbot---Streamlit","owner":"Soumyadipta2020","description":"AI Chatbot using Streamlit","archived":false,"fork":false,"pushed_at":"2025-02-24T17:38:37.000Z","size":3099,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T00:45:36.022Z","etag":null,"topics":["ai-chatbot","chatbot","deepseek","deepseek-r1","python","python3","streamlit"],"latest_commit_sha":null,"homepage":"https://0194e520-f37d-65a2-433f-db11d1af8c69.share.connect.posit.cloud/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Soumyadipta2020.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-04T10:31:58.000Z","updated_at":"2025-02-24T17:38:41.000Z","dependencies_parsed_at":"2025-02-24T17:30:16.489Z","dependency_job_id":"5c238dee-2897-480b-b6f9-1079d690e661","html_url":"https://github.com/Soumyadipta2020/AI-Chatbot---Streamlit","commit_stats":null,"previous_names":["soumyadipta2020/ai-chatbot---streamlit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Soumyadipta2020/AI-Chatbot---Streamlit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumyadipta2020%2FAI-Chatbot---Streamlit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumyadipta2020%2FAI-Chatbot---Streamlit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumyadipta2020%2FAI-Chatbot---Streamlit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumyadipta2020%2FAI-Chatbot---Streamlit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Soumyadipta2020","download_url":"https://codeload.github.com/Soumyadipta2020/AI-Chatbot---Streamlit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Soumyadipta2020%2FAI-Chatbot---Streamlit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34544403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"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":["ai-chatbot","chatbot","deepseek","deepseek-r1","python","python3","streamlit"],"created_at":"2025-02-07T04:36:28.756Z","updated_at":"2026-06-19T18:31:43.934Z","avatar_url":"https://github.com/Soumyadipta2020.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Chatbot with Streamlit 📲\n\nThis repository hosts an AI Chatbot application built using the [Streamlit](https://streamlit.io/) framework, leveraging the [DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) model for advanced conversational capabilities.\n\n## Features ⚙️\n\n- **Advanced AI Model**: Utilizes the \"DeepSeek-R1-Distill-Qwen-32B\" model, a 32-billion-parameter dense model distilled from DeepSeek-R1 based on Qwen-32B, achieving state-of-the-art performance across various benchmarks.\n- **Interactive Conversations**: Engage in real-time dialogues with the AI chatbot.\n- **User-Friendly Interface**: A clean and intuitive UI powered by Streamlit.\n- **Customizable Responses**: Modify the chatbot's behavior and responses to suit your needs.\n\n## Getting Started 🚀\n\nFollow these instructions to set up and run the project locally.\n\n### Prerequisites 📋\n\n- Python 3.7 or higher\n- Required Python packages listed in `requirements.txt`\n\n### Installation 🛠️\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/Soumyadipta2020/AI-Chatbot---Streamlit.git\n   cd AI-Chatbot---Streamlit\n   ```\n\n2. **Install Dependencies**:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n### Running the Application ▶\n\nExecute the following command to start the Streamlit application:\n\n```bash\nstreamlit run app.py\n```\n\nThis will launch the chatbot interface in your default web browser.\n\n## Usage ✍\n\nOnce the application is running, you can start interacting with the chatbot by typing your messages into the input box. The chatbot will respond in real-time, providing a seamless conversational experience.\n\n## Contributing 🤝\n\nContributions are welcome! If you have suggestions for improvements or new features, feel free to open an issue or submit a pull request.\n\n## License 🪪\n\nThis project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.\n\n## Acknowledgments 🙏🏻\n\n- [Streamlit](https://streamlit.io/) for providing the framework to build this application.\n- [DeepSeek-AI](https://huggingface.co/deepseek-ai) for the [DeepSeek-R1-Distill-Qwen-32B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B) model.\n- The open-source community for continuous support and contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumyadipta2020%2Fai-chatbot---streamlit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoumyadipta2020%2Fai-chatbot---streamlit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoumyadipta2020%2Fai-chatbot---streamlit/lists"}