HealthPredict is an advanced AI-powered health prediction system that evaluates potential health risks based on user-provided symptoms, medical history, and lifestyle factors. The backend of the application is built with Node.js, Express, and MySQL, providing secure authentication, prediction services, and report generation.
- User Authentication: Secure signup and login with JWT-based authentication.
- Health Prediction: Prediction of heart disease risks using multiple machine learning models.
- Prediction History: Store and retrieve past prediction data.
- Report Generation: Generate downloadable reports in DOCX format containing health predictions.
- Database Integration: MySQL for secure data storage and retrieval, including user data and prediction results.
Follow the steps below to set up the backend locally:
- Node.js (v14 or higher)
- MySQL database
- An
.envfile for environment variables
git clone https://github.com/ashishkarche/disease-predict.git
cd disease-predictThis project is licensed under the MIT License - see the LICENSE file for details.