Welcome to the Diabetes Prediction Website! This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.
- Prediction Page: Users can input their demographic and health data to receive a prediction of their likelihood of developing diabetes.
- Visualization Page: Visual representations of data related to diabetes risk factors, including correlation heatmaps and feature importance plots.
- About Page: Provides information about the website, its purpose, and the team behind its development.
-
Frontend:
- React.js
- JavaScript
- HTML
- CSS
- Tailwind CSS (for styling)
-
Backend:
- Python
- Flask
-
Data Analysis and Prediction:
- pandas
- scikit-learn
-
Data Visualization:
- Matplotlib
- Seaborn
-
Clone the repository:
git clone <repository_url> cd diabetes-prediction-website
-
Installation dependencies:
cd client npm install
cd ../server pip install -r requirements.txt
- Run the development server:
cd client npm start
cd ../server python app.py