Skip to content

DrugPredictor πŸ’Š is an AI-powered web app built with Django + Machine Learning. It predicts suitable drugs based on a patient's health details like age, sex, BP, cholesterol, and Na/K ratio. Fast, smart, and easy to use! πŸš€

License

Notifications You must be signed in to change notification settings

04Nitish/DrugPredictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’Š DrugPredictor

License: MIT

DrugPredictor is an AI-powered web application built using Django and Machine Learning to suggest the most suitable drug types for patients based on their medical profiles. It uses user input like age, gender, blood pressure, cholesterol levels, and Na-to-K ratio to intelligently recommend a drug type using a trained ML model.


πŸ“Έ Interface Preview

Demo of prediction form:

![DrugPredictor UI]!image


πŸš€ Features

  • 🧠 Predicts suitable drug types using a machine learning model
  • 🌐 Clean, responsive UI designed with Tailwind CSS
  • πŸ“‹ Collects user input for:
    • Age
    • Gender (Sex)
    • Blood Pressure
    • Cholesterol
    • Sodium-to-Potassium Ratio (Na_to_K)
  • 🎯 Clear result display (highlighted color and icon based on output)
  • πŸ” CSRF protection and secure form handling via Django

πŸ› οΈ Tech Stack

Layer Technology
Backend Django, Python
Frontend HTML, Tailwind CSS
ML Model Trained sklearn model (e.g., DecisionTreeClassifier)
Database SQLite (default)


πŸ”§ Installation & Setup

1. Clone the Repository

git clone https://github.com/04Nitish/DrugPredictor.git cd DrugPredictor

About

DrugPredictor πŸ’Š is an AI-powered web app built with Django + Machine Learning. It predicts suitable drugs based on a patient's health details like age, sex, BP, cholesterol, and Na/K ratio. Fast, smart, and easy to use! πŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published