Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/akhileshthite/healthyme-ai
- Owner: akhileshthite
- License: mit
- Created: 2021-07-19T10:25:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-27T18:22:54.000Z (over 2 years ago)
- Last Synced: 2024-05-02T02:41:33.797Z (6 months ago)
- Topics: flask, flask-application, healthcare-application, html-css-javascript, machine-learning, ml-models, python
- Language: HTML
- Homepage: http://ec2-43-204-28-236.ap-south-1.compute.amazonaws.com:8080
- Size: 3.03 MB
- Stars: 1
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
HealthyMe-AI
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)