Skip to content

shan-devx/AidSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inspiration

My inspiration to build this project was to help people around me. As I live in a hilly area, there are a lot of cases here in which a patient died in an ambulance due to a lack of knowledge of the disease. Hence, to save the lives of people, I made this project, AidSync.

What it does

It predicts the disease on the basis of the symptoms given.

How I built it

I built it using Flask and RandomForestClassifier.

How to run

1. Create and activate a virtual environment

  python -m venv venv
  .venv\Scripts\activate

2. Install dependencies from requirements.txt

pip install -r requirements.txt

3. Run the Flask application

python app.py

4. Access the app in your browser

Go to:

http://127.0.0.1:5000

About

AidSync predicts the disease on the basis of the symptoms given.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published