Skip to content

SWASTYA_AI is an AI-powered pre-diagnostic healthcare assistant built with Flask. It helps users identify possible health conditions based on their symptoms, suggests basic over-the-counter remedies, and guides them toward professional medical advice when necessary.

License

deepika2k24/SWASTYA_AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWASTYA_AI Pre-Diagnostic Healthcare Assistant

🩺 About SWASTYA_AI

Icon

SWASTYA_AI is an AI-powered pre-diagnostic healthcare assistant. It helps users quickly understand possible health conditions based on their symptoms, suggests basic remedies, and guides them toward professional medical advice—all before visiting a doctor. Using Naive Bayes and NLP (spaCy), the system predicts top probable diseases from user-entered symptoms.

🌟 Features

  • Natural language symptom input and extraction using spaCy NLP
  • Prediction of top 3 probable diseases
  • Lists associated symptoms for each disease
  • User-friendly interface built with HTML, CSS, and JS
  • Backend powered by Flask and a Naive Bayes model

⚙️ Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Flask (Python)
  • ML Model: Naive Bayes Classifier
  • NLP: spaCy

🚀 Installation

  1. Clone the repository:
git clone https://github.com/deepika2k24/SWASTYA_AI.git
cd SWASTYA_AI
  1. Create and activate a virtual environment:
Windows:
python -m venv venv
venv\Scripts\activate
  1. Install required packages:
pip install -r requirements.txt
  1. Run the Flask application:
python app8.py
  1. Open the app in your browser:
Go to: http://127.0.0.1:5000

DEMO VIDEO:

swastyaai-video_Ht2vSPXz.mp4

🤝 Contributing

We’d love your help in making SWASTYA_AI better! How to add:

  1. Fork this repository
  2. Create a branch, e.g., feature/your-feature
  3. Commit with clear messages
  4. Push to your branch, create a Pull Request
  5. We’ll review and merge — thanks for collaborating!

⚖️ Licensed under the MIT License – applies to both the website code and related assets.

❤️ Made with care — advancing healthcare through collaboration and innovation.

About

SWASTYA_AI is an AI-powered pre-diagnostic healthcare assistant built with Flask. It helps users identify possible health conditions based on their symptoms, suggests basic over-the-counter remedies, and guides them toward professional medical advice when necessary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published