{"id":19533237,"url":"https://github.com/neeraj-x0/chatbot","last_synced_at":"2026-02-05T08:30:41.343Z","repository":{"id":113435657,"uuid":"480448359","full_name":"Neeraj-x0/Chatbot","owner":"Neeraj-x0","description":"Chatbot is an open-source Python-based conversational agent designed to engage in text-based interactions and perform various tasks. Harnessing the power of artificial intelligence, this bot offers customizable features for text-to-speech, speech-to-text, and AI-based conversations.","archived":false,"fork":false,"pushed_at":"2024-05-23T16:38:26.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-23T12:34:06.328Z","etag":null,"topics":["ai","artificial-intelligence","chatbot","pip","python","pyttsx3","speech-recognition","voice-chat"],"latest_commit_sha":null,"homepage":"","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/Neeraj-x0.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,"zenodo":null}},"created_at":"2022-04-11T15:51:24.000Z","updated_at":"2024-05-23T16:38:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea4adfc9-cb60-4b48-aa2b-cf9c1b7672ae","html_url":"https://github.com/Neeraj-x0/Chatbot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Neeraj-x0/Chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neeraj-x0%2FChatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neeraj-x0%2FChatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neeraj-x0%2FChatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neeraj-x0%2FChatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Neeraj-x0","download_url":"https://codeload.github.com/Neeraj-x0/Chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neeraj-x0%2FChatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116952,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":["ai","artificial-intelligence","chatbot","pip","python","pyttsx3","speech-recognition","voice-chat"],"created_at":"2024-11-11T02:06:08.659Z","updated_at":"2026-02-05T08:30:41.328Z","avatar_url":"https://github.com/Neeraj-x0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Chatbot\nAI Based Chatbot  Made on Python Completely Opensource\n\n#### Requirements\n| Sl.No| Name            | Description |\n|:--: | :---           |    :----   |\n| 1 . | Python =\u003c 3.x.x | Python For Running the project      |\n| 2 . | Pyttsx3         | For Text-to-Speech       |\n| 3 . | speech_recognition | For Speech-to-Text |\n| 4 . | Pip| For installing packages|\n\n    \n\n \n#### Installation\n\n1. Clone and navigate to chatbot directory.\n    ```bash\n    git clone https://github.com/Neeraj-x0/Chatbot\n    cd Chatbot\n    ```\n\n2. Install the required packages.\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Run the Bot.\n    ```bash\n    python main.py\n    ```\n4. You're done and let's voicechat with your bot via Commandline.\n\n\n### Using Pre-Built Modules for Your Project\n\n- #### Text-to-Speech \n```python\n\nfrom tts import * # You can Import Only 1 voice type if you want \"talkm\" for male voice and \"talkf\" for female\nwhile True:\n    talkf('This will give an output in female sound')\n    talkm('This will give an output in male sound')\n    break\n\n\n```\n\n- #### AI Response \n```python\nfrom chatbot import bot\n\ntext = \"Hello , How are you ?\"\nprint(bot(text)) #This will print the response from AI\n\nprint(bot(\"HI\")) #This will print the response from AI\n```\n\n## Using Your Own Customizable AI\n   **Do you know that you can train your AI bot with your own details,\u003cbr\u003e**\n    **yes you can Change the url of Api Response with yours Now** \u003cbr\u003e\n    **Find the URL [HERE](https://github.com/Neeraj-x0/Chatbot/blob/main/chatbot.py#L5)** \u003cbr\u003e\n - Read [Wiki](https://github.com/Neeraj-x0/Chatbot/wiki/How-to-get-AI-URL) to Know How to get a new URL\n \n### Author\n\n[Neeraj](https://github.com/Neeraj-x0)\n\n### Thanks To:\n\n- [Natesh Bhat](https://github.com/nateshmbhat) For Pyttsx3\n- [Brainshop Ai](brainshop.ai) For AI Response\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneeraj-x0%2Fchatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneeraj-x0%2Fchatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneeraj-x0%2Fchatbot/lists"}