{"id":22447497,"url":"https://github.com/boddepallyvenkatesh06/bot-ai-chatbot","last_synced_at":"2026-04-29T16:09:54.726Z","repository":{"id":240420269,"uuid":"802580261","full_name":"BoddepallyVenkatesh06/Bot-AI-Chatbot","owner":"BoddepallyVenkatesh06","description":"Bot AI Chatbot stands out due to its ease of use, scalability, and the intelligence brought by its NLP capabilities.","archived":false,"fork":false,"pushed_at":"2024-05-18T19:26:22.000Z","size":443,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T03:30:54.965Z","etag":null,"topics":["ai-component","chatbot","figma","javascript-library","reactjs","responsive-web-design","vercel-deployment"],"latest_commit_sha":null,"homepage":"https://bot-ai-venky.vercel.app/","language":"JavaScript","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/BoddepallyVenkatesh06.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":"2024-05-18T17:37:31.000Z","updated_at":"2024-07-11T18:47:52.000Z","dependencies_parsed_at":"2024-05-18T19:24:16.216Z","dependency_job_id":"53b3bf65-d0fd-48e1-8ece-8939a9ee01d6","html_url":"https://github.com/BoddepallyVenkatesh06/Bot-AI-Chatbot","commit_stats":null,"previous_names":["boddepallyvenkatesh06/bot-ai-chatbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BoddepallyVenkatesh06/Bot-AI-Chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FBot-AI-Chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FBot-AI-Chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FBot-AI-Chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FBot-AI-Chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BoddepallyVenkatesh06","download_url":"https://codeload.github.com/BoddepallyVenkatesh06/Bot-AI-Chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BoddepallyVenkatesh06%2FBot-AI-Chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004570,"owners_count":26083736,"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-10-10T02:00:06.843Z","response_time":62,"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-component","chatbot","figma","javascript-library","reactjs","responsive-web-design","vercel-deployment"],"created_at":"2024-12-06T04:17:23.976Z","updated_at":"2025-10-10T15:46:49.908Z","avatar_url":"https://github.com/BoddepallyVenkatesh06.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bot AI Chatbot\n\nBot AI Chatbot is an intelligent chatbot application designed to interact with users, providing automated responses and assisting with various tasks. It leverages natural language processing (NLP) to understand and respond to user queries effectively.\n\n## Table of Contents📚\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Screenshot](#screenshot)\n- [Getting Started](#getting-started)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Introduction🚀\n\nThe Bot AI Chatbot is a versatile tool that can be integrated into websites, apps, and other platforms to provide automated customer support, answer frequently asked questions, and assist users with various tasks. It uses machine learning and natural language processing to deliver accurate and helpful responses.\n\n## Features🛠️\n\n- Real-time interaction with users\n- Natural Language Processing for understanding queries\n- Easy integration with various platforms\n- Customizable responses and workflows\n- User authentication and session management\n- Admin panel for monitoring and managing interactions\n\n## Screenshot📷\n\n![Bot AI Chatbot](https://github.com/BoddepallyVenkatesh06/Bot-AI-Chatbot/blob/main/Screenshot_Bot_AI.png)\n\n## Getting Started🎯\n\n### Prerequisites📋\n\nBefore you begin, ensure you have the following installed on your system:\n- Node.js\n- npm (Node Package Manager)\n- MongoDB (for backend database)\n\n### Installation⚙️\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/BoddepallyVenkatesh06/Bot-AI-Chatbot.git\ncd bot-ai-chatbot\n```\n\n2. Install frontend dependencies:\n\n```bash\ncd client\nnpm install\n```\n\n3. Install backend dependencies:\n\n```bash\ncd ../server\nnpm install\n```\n\n## Flow of the Application🔧\n\n![FlowChart](https://raw.githubusercontent.com/BoddepallyVenkatesh06/Bot-AI-Chatbot/main/Flowchart.webp)\n\n### Usage📈\n\nTo start the development servers:\n\n1. Start the backend server:\n\n```bash\ncd server\nnpm start\n```\n\n2. Start the frontend development server:\n\n```bash\ncd ../client\nnpm start\n```\n\nThe application will be running in development mode at `http://localhost:3000`.\n\nTo build the application for production:\n\n1. Build the frontend:\n\n```bash\ncd client\nnpm run build\n```\n\n2. Serve the built frontend with the backend server.\n\n## Contributing❤️\n\nContributions are welcome! If you'd like to contribute to Bot AI Chatbot, please follow these steps:\n\n1. Fork the project.\n2. Create a new branch: `git checkout -b feature-name`.\n3. Commit your changes: `git commit -m 'Add some feature'`.\n4. Push to the branch: `git push origin feature-name`.\n5. Submit a pull request.\n\n## License📝\n\n```\nMIT License\n\nCopyright (c) 2024 Venky Kumar\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboddepallyvenkatesh06%2Fbot-ai-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboddepallyvenkatesh06%2Fbot-ai-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboddepallyvenkatesh06%2Fbot-ai-chatbot/lists"}