{"id":25767065,"url":"https://github.com/somnathkar000/ai-chatbot","last_synced_at":"2026-04-13T15:31:53.579Z","repository":{"id":164082727,"uuid":"639543100","full_name":"SomnathKar000/AI-Chatbot","owner":"SomnathKar000","description":" The Chat Bot Application is a powerful and interactive chat bot that harnesses the capabilities of AI and real-time communication. It offers intelligent conversation features and ensures a seamless user experience.","archived":false,"fork":false,"pushed_at":"2024-01-14T16:56:26.000Z","size":2108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T05:52:55.149Z","etag":null,"topics":["mongodb","mui","nodejs","open-ai","reactjs","socket-io"],"latest_commit_sha":null,"homepage":"https://ai-chatbot-xi.vercel.app","language":"JavaScript","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/SomnathKar000.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}},"created_at":"2023-05-11T17:12:36.000Z","updated_at":"2023-06-13T10:08:49.000Z","dependencies_parsed_at":"2024-01-11T20:33:24.745Z","dependency_job_id":null,"html_url":"https://github.com/SomnathKar000/AI-Chatbot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SomnathKar000/AI-Chatbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FAI-Chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FAI-Chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FAI-Chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FAI-Chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SomnathKar000","download_url":"https://codeload.github.com/SomnathKar000/AI-Chatbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKar000%2FAI-Chatbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"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":["mongodb","mui","nodejs","open-ai","reactjs","socket-io"],"created_at":"2025-02-26T23:18:56.527Z","updated_at":"2026-04-13T15:31:53.527Z","avatar_url":"https://github.com/SomnathKar000.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Bot Application\r\n\r\nThe Chat Bot Application is a robust and interactive chat bot built using various technologies. It leverages the power of AI and real-time communication to provide intelligent conversation capabilities and a seamless user experience.\r\n\r\n## Chat-Bot page\r\n![Chat Bot Application](https://github-production-user-asset-6210df.s3.amazonaws.com/108184610/244596256-54df3c50-52eb-4287-b418-5b41d88a8535.png)\r\n## Sign-up page\r\n![Sign up page](https://github-production-user-asset-6210df.s3.amazonaws.com/108184610/244596626-1668eb17-0f8d-43a7-b5d6-31529f606a91.png)\r\n## Login page\r\n![Login page](https://github-production-user-asset-6210df.s3.amazonaws.com/108184610/244596552-3a34813b-3653-4b69-902c-1b3fdcc626b2.png)\r\n\r\n\r\n## Key Features\r\n\r\n- Intelligent conversation capabilities powered by the OpenAI API\r\n- Real-time communication using Socket.IO for instant message delivery\r\n- MongoDB database for efficient storage and retrieval of user messages and chat history\r\n- RESTful APIs built with Express.js for handling HTTP requests\r\n- React frontend for building dynamic and responsive user interfaces\r\n- Material-UI for a modern and polished visual design\r\n- Secure user authentication and authorization using jsonwebtoken and bcryptjs\r\n\r\n## Installation\r\n\r\n1. Clone the repository: `git clone https://github.com/SomnathKar000/AI-Chatbot.git`\r\n2. Navigate to the project directory: `cd chat-bot-application`\r\n3. Install dependencies: `npm install`\r\n4. Change the directory to the backend folder: `cd backend`\r\n5. Install the backend dependencies: `npm install`\r\n6. Return to the previous directory: `cd ..`\r\n\r\n## Environment Variables\r\n\r\n1. Create an `.env` file in the root directory of the project.\r\n2. Define the following environment variables in the `.env` file:\r\n   - `DB_URL=\u003cyour-db-url\u003e` : The MongoDB URL for connecting to the database.\r\n   - `JWT_SECRET_KEY=\u003cyour-secret-key\u003e` : The secret key used for authentication.\r\n   - `OPENAI_API_KEY=\u003cyour-open-ai-api-key\u003e`\r\n\r\n## Usage\r\n\r\n1. Start the backend server: `npm start` (from the project backend directory)\r\n2. Start the frontend server: `npm start` (from the project root directory)\r\n3. Open the application in your browser: `http://localhost:3000`\r\n\r\n## Contributing\r\n\r\nContributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.\r\n\r\n## Contact\r\n\r\nFor more information or questions, feel free to reach out:\r\n\r\n- Email: somnathkar2023@gmail.com\r\n- LinkedIn: [Somnath Kar](https://www.linkedin.com/in/somnath-kar-aa73aa1a3)\r\n- GitHub: [SomnathKar000](https://github.com/SomnathKar000)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnathkar000%2Fai-chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomnathkar000%2Fai-chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnathkar000%2Fai-chatbot/lists"}