Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.24 KB

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.