{"id":20522367,"url":"https://github.com/semanurbilada/chatbot","last_synced_at":"2026-04-14T10:31:12.556Z","repository":{"id":180672760,"uuid":"664974265","full_name":"semanurbilada/chatbot","owner":"semanurbilada","description":"Developing ChatBot [ open source ]","archived":false,"fork":false,"pushed_at":"2024-11-22T08:13:13.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T00:35:18.539Z","etag":null,"topics":["custom-dataset","intents","keras","keras-neural-networks","keras-tensorflow","model-training","nlp","nlp-machine-learning","nltk-python","numpy","open-source","pickle","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"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/semanurbilada.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}},"created_at":"2023-07-11T06:57:50.000Z","updated_at":"2024-12-18T19:13:58.000Z","dependencies_parsed_at":"2024-03-20T09:43:19.690Z","dependency_job_id":"77601c0f-721b-4e7b-9ad4-3dbdfc94b95b","html_url":"https://github.com/semanurbilada/chatbot","commit_stats":null,"previous_names":["semanurbilada/try-chatbot","semanurbilada/chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/semanurbilada/chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanurbilada%2Fchatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanurbilada%2Fchatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanurbilada%2Fchatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanurbilada%2Fchatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/semanurbilada","download_url":"https://codeload.github.com/semanurbilada/chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/semanurbilada%2Fchatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31793212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["custom-dataset","intents","keras","keras-neural-networks","keras-tensorflow","model-training","nlp","nlp-machine-learning","nltk-python","numpy","open-source","pickle","tensorflow"],"created_at":"2024-11-15T22:35:11.419Z","updated_at":"2026-04-14T10:31:12.537Z","avatar_url":"https://github.com/semanurbilada.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://cdn-icons-png.flaticon.com/512/3649/3649460.png\" width=\"200\" height=\"200\" alt=\"chatbot\"\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eChatBot\u003c/h1\u003e\n\n*  [:hash: Purpose](#hash-purpose)\n*  [:hash: Basic Scripts](#hash-basic-scripts)\n*  [:hash: Notes](#hash-notes)\n*  [:hash: Lisense](#hash-lisense)\n\n\u003cp align=\"justify\"\u003e\n\n# :hash: Purpose\nWelcome to the Chatbot project! This Open-Source Chatbot is widely used to be a various addition to Full-Stack web projects, improves user interactions by connecting Front-End and Back-End APIs. 🔗\n\nImagine you're building a website or a web application, that involves user interaction; this ChatBot can play a main role in delivering real-time responses, assistance, and more user experience with the dataset that you developed as a custom in the intents.json file. 🤖 💬\n\nDo not forget; when you develop the custom dataset, you need to test and update to ChatBot and custom dataset multiple times. \n\n# :hash: Basic Scripts\n1. Virtual environment setup:\n```\npython -m venv environment_name\n```\n\n2. To activate the virtual environment (Windows):\n```\nenvironment_name/Scripts/activate\n```\n\n3. To activate the virtual environment (Linux / MacOS):\n```\nsource environment_name/bin/activate\n```\n\n4. Install dependencies:\n```\npip install -r requirements.txt\n```\n\n5. Run:\n#### [Click Here, to see `How to run the chatbot?`](https://github.com/semanurbilada/chatbot/tree/main/chatbotAPI)\n\n# :hash: Notes\n\n#### 1. gitignore content (chatbotAPI folder): Files from training.py after running.\n\n#### 2. intents.json (chatbotAPI folder): Dataset; It stores all possible inputs and responses for training.\n\n#### 3. Client folder: Contains a base example of how to send a message to chatbot from client.\n\n#### 4. Warning: If you are a Windows user; in the training.py file, sometimes you need to add two lines for the library of nltk:\n\n```\nnltk.download('punkt')\nnltk.download('wordnet')\n```\n\u003c/p\u003e\n\n# :hash: License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/semanurbilada/chatbot?tab=MIT-1-ov-file#readme) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanurbilada%2Fchatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemanurbilada%2Fchatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemanurbilada%2Fchatbot/lists"}