Skip to content

This is a course project for M.S Data Science, where we classify whether or not the patient has liver disease based on Age, Gender, Total Bilirubin, etc.

License

Notifications You must be signed in to change notification settings

unh-projects/liver-disease-detection

Repository files navigation

Group - 1 Final Project

This is the repository for Group - 1 (The Phoenix) Final Project Submission.

Our topic for the project is "Liver Disease Classification".

The group members are:

The application has been deployed using Streamlit:

Liver Disease Prediction Application

Image

Image2

How to run

  1. Activate the conda environment.

    conda activate

  2. Create a virtual environment using the command..

    python -m venv virtualenv

  3. Activate the virtual environment using the command:

    venv\Scripts\activate

  4. Install the libraries from the requirements.txt file.

    pip install -r requirements.txt

  5. Run the notebook using the command jupyter notebook

  6. To run the streamlit app on localhost, use the command

    streamlit run main.py

    It should run the application on the default port 8501: https://localhost:8501.

About

This is a course project for M.S Data Science, where we classify whether or not the patient has liver disease based on Age, Gender, Total Bilirubin, etc.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published