REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
41/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
30 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
Flask Web Application
Project Overview
This is a Flask-based web application featuring user authentication and AI-powered tools like a chatbot, mood tracker, health tips, and a nearby hospital finder-all powered by the Gemini API. It also supports voice input and response for a more interactive experience.
Features
- User authentication (Login/Signup)
- Email notifications using Flask-Mail
- AI-powered responses via Gemini API
- Voice input and response support
- Interactive map integration with Leaflet.js
- SQLite3 database for data storage
Tech Stack
- Frontend: HTML, CSS, JavaScript
- Backend: Flask (Python)
- Database: SQLite3
- Email Service: Flask-Mail
- API Integration: Gemini API
- Mapping: Leaflet.js
Setup Instructions
Clone the Repository
git clone https://github.com/jeslipriya/AI-Health-Care.git
cd AI-Health-Care
Create a Virtual Environment
python -m venv venv
source venv/bin/activate # On macOS/Linux
venv\Scripts\activate # On Windows
Install Dependencies
pip install -r requirements.txt
Run the Application
flask run
Your app will be available at http://127.0.0.1:5000/
Contributing
Pull requests are welcome! If you find any issues, feel free to open an issue or contribute.
Contact
For any queries, reach out at: jeslipriya07@gmail.com
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
Yatra Saathi is a Flask-based Travel Assistance Web App designed to simplify trip planning. It helps users manage budgets, explore places, get AI-powered travel suggestions, and interact through an intelligent chatbot – “Yatra Saathi”.
37/100 healthActive repository
HTMLNo license#css#html#js#python
⑂ 0 forks◯ 0 issuesUpdated Nov 19, 2025
Flask-based AI chatbot built with Python, HTML, CSS, and JavaScript featuring an interactive web interface and intent-based responses.
59/100 healthRecently updatedActive repository
No license
⑂ 0 forks◯ 0 issuesUpdated 1 day ago
Flask Health Chatbot is a simple web-based chatbot powered by Google's Gemini AI, designed to provide responses to health-related queries. It recognizes health topics like diseases, symptoms, treatments, and fitness while offering an interactive Flask-based web app with API support.