{"id":21491620,"url":"https://github.com/Tony-Stone-Code/simple_AI_chatbot","last_synced_at":"2025-12-30T21:59:29.272Z","repository":{"id":264277906,"uuid":"892912786","full_name":"Tony-Stone-Code/CodeAlpha_simple_chatbot","owner":"Tony-Stone-Code","description":"This is a simple chatbot, built with python.","archived":false,"fork":false,"pushed_at":"2024-11-23T04:06:37.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T11:21:45.666Z","etag":null,"topics":["ai","bot-development","chatbot","css","flask","flask-application","flask-web","htlm5","javascript","python","python3","spacy","spacy-nlp","web-development"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/Tony-Stone-Code.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-11-23T03:18:13.000Z","updated_at":"2024-11-23T04:06:40.000Z","dependencies_parsed_at":"2024-11-23T06:33:19.184Z","dependency_job_id":null,"html_url":"https://github.com/Tony-Stone-Code/CodeAlpha_simple_chatbot","commit_stats":null,"previous_names":["tony-stone-code/codealpha_simple_chatbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tony-Stone-Code%2FCodeAlpha_simple_chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tony-Stone-Code%2FCodeAlpha_simple_chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tony-Stone-Code%2FCodeAlpha_simple_chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tony-Stone-Code%2FCodeAlpha_simple_chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tony-Stone-Code","download_url":"https://codeload.github.com/Tony-Stone-Code/CodeAlpha_simple_chatbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244022635,"owners_count":20385133,"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":["ai","bot-development","chatbot","css","flask","flask-application","flask-web","htlm5","javascript","python","python3","spacy","spacy-nlp","web-development"],"created_at":"2024-11-23T15:17:05.913Z","updated_at":"2025-12-30T21:59:29.266Z","avatar_url":"https://github.com/Tony-Stone-Code.png","language":"CSS","readme":"# AI Chatbot with Flask\n\nA modern, responsive chatbot application built with Flask, featuring an iOS-style UI design and dynamic theme switching.\n\n## Features\n\n- 🤖 Intelligent conversation handling powered by Groq API inference\n- 🧠 Advanced natural language processing with large language models\n- 🎨 Modern iOS-style user interface\n- 🌓 Dynamic dark/light theme switching\n- 🌈 Animated gradient backgrounds\n- 📱 Fully responsive design\n- ✨ Smooth animations and transitions\n- 💬 Real-time chat interactions\n- 🔄 Automatic fallback to rule-based responses when API is unavailable\n\n## Technical Stack\n\n- **Backend**: Python Flask\n- **AI Engine**: Groq API (Lightning-fast inference)\n- **Frontend**: HTML5, CSS3, JavaScript\n- **Styling**: Custom CSS with iOS-inspired design\n- **Animations**: CSS animations and transitions\n- **Theme Management**: JavaScript-based theme switching\n\n## Areas of Expertise\n\nThe chatbot is knowledgeable in various technical domains:\n- Data Science \u0026 Analytics\n- Machine Learning\n- Artificial Intelligence\n- Full Stack Development\n- Cybersecurity\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Tony-Stone-Code/CodeAlpha_simple_chatbot.git\ncd CodeAlpha_simple_chatbot/Basic\\ Chatbot\n```\n\n2. Install the required dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Set up your Groq API key:\n```bash\n# Copy the .env.example file to .env\ncp .env.example .env\n\n# Edit the .env file and add your Groq API key\n# Get your API key from: https://console.groq.com/keys\n```\n\n4. Run the application:\n```bash\npython3 app.py\n```\n\n5. Open your browser and navigate to:\n```\nhttp://localhost:5001\n```\n\n**Note:** The chatbot will use Groq API for intelligent responses. If no API key is provided, it will fall back to rule-based responses.\n```\nhttp://localhost:5001\n```\n\n## Features in Detail\n\n### Intelligent Conversation\n- Natural language processing for understanding user queries\n- Context-aware responses\n- Expertise in multiple technical domains\n- Friendly and engaging conversation style\n\n### Modern UI/UX\n- iOS-inspired design elements\n- Smooth message animations\n- Interactive button effects\n- Dynamic message bubbles\n- Responsive layout for all devices\n\n### Theme System\n- Automatic system theme detection\n- Manual theme toggle\n- Smooth theme transitions\n- Animated gradient backgrounds\n- Backdrop blur effects\n\n### Responsive Design\n- Mobile-first approach\n- Adapts to all screen sizes\n- Touch-friendly interface\n- Optimized for both desktop and mobile\n\n## Project Structure\n\n```\nBasic chatbot/\n├── app.py              # Flask application and routing\n├── static/\n│   ├── style.css      # CSS styles and animations\n│   └── script.js      # Frontend JavaScript\n├── templates/\n│   └── index.html     # Main HTML template\n└── README.md          # Project documentation\n```\n\n## Contributing\n\nContributions are welcome! Feel free to submit pull requests or open issues for any improvements or bug fixes.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Author\n\nAnthony Opoku-Achempong (Tony-Stone-Code) - Data Scientist \u0026 Full Stack Developer\n- Expertise in Data Science, ML, AI\n- Full Stack Development\n- Cybersecurity Focus\n\n## Acknowledgments\n\n- Inspired by modern iOS design principles\n- Built with best practices in web development\n- Focused on user experience and accessibility\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTony-Stone-Code%2Fsimple_AI_chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTony-Stone-Code%2Fsimple_AI_chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTony-Stone-Code%2Fsimple_AI_chatbot/lists"}