Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akhileshthite/healthyme-ai

Predict diseases with the help of AI to save cost, time, and to prevent misdiagnosis.
https://github.com/akhileshthite/healthyme-ai

flask flask-application healthcare-application html-css-javascript machine-learning ml-models python

Last synced: 25 days ago
JSON representation

Predict diseases with the help of AI to save cost, time, and to prevent misdiagnosis.

Awesome Lists containing this project

README

        



HealthyMe-AI


Platform
repo size



Website link: https://healthyme-ai.herokuapp.com


➔ Predict diseases with the help of AI to save cost, time, and to prevent misdiagnosis. Any hospital or individual user can use this web application to predict the disease (use ai as a second opinion).

### ➔ Technical Details
* **Languages:** `Python3, HTML5, CSS3, JavaScript`
* **Frameworks:** `Flask`
* **Platforms:** `Heroku`
* **Tools:** `Machine Learning, Firebase`

### ➔ Project setup
`Fork` the repository, this will make a copy of this project in your account.

1. Clone the repository by running below command -
```
git clone https://github.com//HealthyMe-AI.git
```

2. Open the folder by running below command -
```
cd HealthyMe-AI
```

3. Install all the requirements by running below command -
```
pip install -r requirements.txt
```
This will install all the required libraries to run this project.

4. Run app.py using below command to start Flask API
```
python app.py
```
Note:- You must be on python version 3 or later.

5. Navigate to URL "http://localhost:5000/"

• Now, you should be able to view the homepage.

### ➔ Contributing
I highly encourage you to raise issues & PRs for bugs & new features.

| [Git Commands](docs/git-commands.md) | [Code of Conduct](docs/code_of_conduct.md)
| ------------- | ------------- |

### ➔ License ⚖️
[MIT license](https://github.com/AkhileshThite/HealthyMe-AI/blob/main/LICENSE)