Analogy deployed on Mia Marketplace
Heart DIsease Diagnostic Web Application
Developed with ❤️ by SAGNIK ROY
These app hase been developed for the people who want keep balance in the life . If you have any heart issues this app will predict it 92% correctly.
Desktop | Phone |
---|---|
-
Python 3.7 or higher with libraries :
i) base64 ii) matplotlib iii) numpy iv) pandas v) pickleshare vi) streamlit
or you can simply write a code in CLI
$ pip install requirements.txt
-
Any Python IDE : I've used Spyder 4.1.0
-
Python Prompt : to run the webapp locally
-
Create a new environment in python prompt : Use this procedure : https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html
-
Then create a folder and add all the files in it. (example : heart_disease)
-
Open Python prompt and go the that particular folder : write command
$ cd /d your_drive_name\created_folder e.g. $ cd /d C:\heart_disease
-
Type one more command to start the webapp on your web browser locally:
$ streamlit run heart_disease_app.py
-
If the environment doesen't loads automatically , put the page URL into your suitable browser and then it will start.