Skip to content

sagnik1511/Lifely

Repository files navigation

Lifely

Lifely

Live at Heroku

See stats at sagnik1511/Lifely

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.

App Interface :

Desktop Phone

Required Tech

  1. 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
    
  2. Any Python IDE : I've used Spyder 4.1.0

  3. Python Prompt : to run the webapp locally

Installation Procedure

  1. Create a new environment in python prompt : Use this procedure : https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

  2. Then create a folder and add all the files in it. (example : heart_disease)

  3. 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
    
  4. Type one more command to start the webapp on your web browser locally:

                         $ streamlit run heart_disease_app.py
    
  5. If the environment doesen't loads automatically , put the page URL into your suitable browser and then it will start.

You can try the app on web also : https://lifely-hdd.herokuapp.com

If you liked this project do STAR this repo , for any suggestion or feedback contact me over email : sagnik.jal00@gmail.com

Thank You for visiting :)