APP-DEMO_ScreenRecording_Roshni.mp4
Welcome to our Flask API-based Machine Learning model, designed as a comprehensive Recommendation and Prediction System. Today, I'm excited to present this one-screen dashboard that exemplifies our solution.
Our system employs a Linear Regression model at its core, focusing on creating an intelligent, user-friendly interface for medical diagnosis and recommendations. Users can input their symptoms into the dashboard, and the system will provide accurate predictions along with relevant recommendations.
-
Beyond identifying potential diseases, the system offers a detailed disease description, a list of precautions, suggested workout plans, a tailored medication list, and a diet plan. This holistic approach ensures users not only understand their diagnosis but also receive actionable steps to enhance their health.
-
A unique feature of our system is the synonym dictionary that maps user-friendly words to medical terms. This allows users to describe their symptoms in their own words while still receiving precise predictions.
-
Integrated spelling correction mechanisms automatically fix any mistakes made during symptom entry, further improving the user experience.
The Personalized Medical Recommendation System leverages advanced machine learning techniques to provide tailored healthcare guidance. By integrating user-provided symptoms and health data, this system predicts potential diseases, recommends personalized medications, and suggests suitable workout routines. Implemented as a Flask API, it ensures accessibility and scalability across various devices.
- scikit-learn: RandomForestClassifier, GradientBoostingClassifier, KNeighborsClassifier, SVC, MultinomialNB, StandardScaler, LabelEncoder, RFE
- Data Handling: pandas, numpy
- Visualization: matplotlib.pyplot, seaborn
- Text Processing: textblob
- Backend: flask
This project utilizes diagnoses data to:
- Liner regression Model
- Create clear links between symptoms and diseases.
- Provide recommendations on diet and exercise according to the predicted disease.
- Data Loading: Loaded into Python using Pandas.
- Data Cleaning: Ensured optimal performance with Matplotlib and Seaborn.
- Model Training: Implemented using a Single Vector Machine model in a Flask-hosted app with input validation and synonym dictionaries.
- Kaggle Diagnoses Data: Dataset
- CBC Healthcare System: Article
- Data Model Implementation
- Initialization, training, and evaluation of the model
- Data cleaning, normalization, and standardization
- Model uses SQL or Spark data
- Predictive power: ≥75% classification accuracy or 0.80 R-squared
- Data Model Optimization
- GitHub Documentation
- Repository cleanliness and .gitignore
- Polished README presentation
- Presentation
- Group member participation
- Smooth content transitions and relevance
- Audience engagement
- Data Cleaning
- Optimization: Replaced inefficient loops with vectorized operations.
- Logging: Added logging for cleaning steps like missing values and outliers.
- Formatting: Standardized formats across datasets.
- Model Building
- Optimization: Used Grid Search and Random Search for hyperparameter tuning.
- Logging: Detailed logs for model training and validation.
- Formatting: Consistent feature scaling and encoding.
- Dictionaries and Synonyms
- Optimization: Used hash maps for faster synonym mapping.
- Logging: Version control for dictionary updates.
- Formatting: Standardized synonym formats.
- Auto-Correcting Functions
- Optimization: Improved algorithm processing speed.
- Logging: Tracked applied corrections for error analysis.
- Formatting: Ensured alignment with standardized formats.
- Schema Diagrams and Relationships
- Optimization: Normalized data for efficient queries.
- Logging: Version control for schema changes.
- Formatting: Regularized data types and clarified relationships.
AI/ML presents a significant opportunity in the healthcare industry. Despite some risks of inaccuracies, the model demonstrates high initial accuracy rates and potential for use as a diagnostic filtering mechanism.