Welcome to the Health Center project, an innovative platform that harnesses the power of AI and machine learning to enhance healthcare accessibility and provide personalized medical recommendations. This project aims to revolutionize the way individuals manage their health by offering a user-friendly interface for uploading medical documents and receiving tailored advice. check
To set up the project, ensure you have Python 3.8 installed. Follow these steps:
-
Create a virtual environment:
python3.8 -m venv venv
-
Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
-
Install the required packages:
pip install -r requirements.txt
The dataset used in this project is the Medicine Recommendation System Dataset provided by Noor Saeed. This comprehensive dataset includes detailed information on various medicines and their recommended uses, forming the backbone of our recommendation system.
Health Center offers a range of features designed to empower users with knowledge and personalized healthcare solutions:
- Image Upload: Users can easily upload images of their prescriptions or medical reports.
- AI-Powered Recommendations: Advanced machine learning models analyze the input data to provide accurate medicine recommendations.
- Educational Resources: The platform includes extensive information on health conditions and treatments, helping users make informed decisions.
- Python 3.8
- Flask
- Bootstrap
- Pandas
- scikit-learn
- NumPy
We extend our gratitude to Noor Saeed for providing the Medicine Recommendation System Dataset, which is instrumental to this project.
This project is licensed under the MIT License. See the LICENSE file for more details.