Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.19 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.19 KB

HB_app

This is the code for the website application hosted at [https://clo.life.bsc.es]

Hepatoblastoma Classifier

Description

The Hepatoblastoma Classifier is a web application developed using Python, Dash, and Flask. It classifies hepatoblastoma samples based on gene expression data.

Table of Contents

Installation

  1. Clone the repository:
    git clone https://github.com/gprolcastelo/HB_app.git
  2. Navigate to the project directory:
    cd hepatoblastoma-classifier
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

You can run the application hosted at [https://clo.life.bsc.es]. Otherwise you can run it locally following these steps:

  1. Run the application:
    python main.py
  2. Open your web browser and go to http://localhost:8050.

Features

  • Upload gene expression data in Excel format.
  • Classify samples based on gene expression.
  • Download classification results.

License

This project is licensed under the Apache license 2.0. See the LICENSE file for details.