{"id":23176627,"url":"https://github.com/yashsuthar00/chatbot-flaskapp","last_synced_at":"2025-04-05T01:23:47.409Z","repository":{"id":253166549,"uuid":"842672452","full_name":"yashsuthar00/ChatBot-FlaskApp","owner":"yashsuthar00","description":"ChatBot-FlaskApp: A simple Flask-based chatbot application with basic conversational features. Interact with the bot using various commands and questions.","archived":false,"fork":false,"pushed_at":"2024-08-14T22:36:42.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T09:42:09.403Z","etag":null,"topics":["chatbot","flask","project","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/yashsuthar00.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-08-14T20:34:52.000Z","updated_at":"2025-01-21T13:40:08.000Z","dependencies_parsed_at":"2024-08-14T22:45:48.264Z","dependency_job_id":"a846c029-997f-4214-999f-8b2bf1ad912f","html_url":"https://github.com/yashsuthar00/ChatBot-FlaskApp","commit_stats":null,"previous_names":["yashsuthar00/chatbot-flaskapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashsuthar00%2FChatBot-FlaskApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashsuthar00%2FChatBot-FlaskApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashsuthar00%2FChatBot-FlaskApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yashsuthar00%2FChatBot-FlaskApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yashsuthar00","download_url":"https://codeload.github.com/yashsuthar00/ChatBot-FlaskApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247273174,"owners_count":20911876,"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","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":["chatbot","flask","project","python"],"created_at":"2024-12-18T06:18:34.952Z","updated_at":"2025-04-05T01:23:47.393Z","avatar_url":"https://github.com/yashsuthar00.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# ChatBot-FlaskApp\n\nA mini chatbot project built using the Flask framework. This project demonstrates how to create a simple conversational bot that interacts with users and responds to their queries. It's a great starting point for understanding the basics of web development with Flask and integrating basic chatbot functionality.\n\n## Features\n\n- Simple and intuitive user interface\n- Text-based interaction with the chatbot\n- Easy to deploy and run locally\n\n## Technologies Used\n\n- **Flask**: A lightweight WSGI web application framework in Python.\n- **HTML/CSS**: For creating the user interface.\n- **JavaScript**: For handling frontend interactions.\n\n## Installation\n\nFollow these steps to set up the project on your local machine:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/ChatBot-FlaskApp.git\n   cd ChatBot-FlaskApp\n   ```\n\n2. **Create a virtual environment** (optional but recommended):\n   ```bash\n   python -m venv venv\n   source venv/bin/activate   # On Windows, use `venv\\Scripts\\activate`\n   ```\n\n3. **Install the dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Run the Flask application**:\n   ```bash\n   python app.py\n   ```\n\n5. **Access the application**:\n   Open your web browser and go to `http://127.0.0.1:5000/` to interact with the chatbot.\n\n## Usage\n\nAfter running the Flask application, you can start chatting with the bot by typing messages into the input field and hitting \"Send\". The bot will respond to your queries based on the logic implemented in the Flask application.\n\n### Command List\n\nHere are some commands you can try with the chatbot:\n\n1. \"hello\"\n2. \"hi\"\n3. \"hii\"\n4. \"hey\"\n5. \"see you\"\n6. \"goodbye\"\n7. \"bye\"\n8. \"nice to meet you\"\n9. \"how to learn python in class?\"\n10. \"marks how can I get?\"\n11. \"how are you?\"\n12. \"does ma'am likes my project?\"\n13. \"get my python marks\"\n14. \"what is your name?\"\n15. \"I am tired\"\n16. \"I need help\"\n17. \"what time is it?\"\n18. \"good morning\"\n19. \"good night\"\n20. \"what is AI?\"\n21. \"tell me a joke\"\n22. \"what is the weather?\"\n23. \"I am hungry\"\n24. \"what is love?\"\n25. \"do you know java?\"\n\n## Screenshots\n\n![Screenshot 2024-08-15 040457](https://github.com/user-attachments/assets/0fbae684-3479-4fd1-bbed-a82fa8c206a1)\n\n\n![Screenshot 2024-08-15 040518](https://github.com/user-attachments/assets/62053eb9-5454-4adf-ad7a-435f36bc7d7e)\n\n\n![Screenshot 2024-08-15 040536](https://github.com/user-attachments/assets/14686800-4c8f-438f-be75-afbaf065e133)\n\n\n## Demo Video\n\n\n\nhttps://github.com/user-attachments/assets/dfe51eea-d90f-4553-886c-1b0346e89317\n\n\n\n## Contributing\n\nIf you'd like to contribute to this project, please fork the repository and use a feature branch. Pull requests are welcome.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashsuthar00%2Fchatbot-flaskapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashsuthar00%2Fchatbot-flaskapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashsuthar00%2Fchatbot-flaskapp/lists"}