hack-skin-cancer / hack-skin-cancer

Repository from Github https://github.comhack-skin-cancer/hack-skin-cancerRepository from Github https://github.comhack-skin-cancer/hack-skin-cancer

Note

This project is part of a Hackathon, or experimental project with no support or quality guarantee implied.

This model/application is intended for research and development use only. The model/application is not intended for use in clinical diagnosis or clinical decision-making or for any other clinical use and the performance of the model/application for clinical use has not been established

Getting Started

Installing Python dependencies

Python dependencies are listed in the requirements.txt file. Install them via:

  • Navigate to the root folder
  • Create a Python Virtual Environment
    python -m venv venv
    source ./venv/bin/activate (MacOS)
    venv\Scripts\activate.bat (Windows)

    pip install -r backend/requirements.txt

Installing React dependencies

  • Navigate to the frontend folder
  • Run:
    npm install @chakra-ui/react@2.0.2
    npm install @emotion/react@11.9.0 @emotion/styled@11.8.1 emotion-theming@11.0.0

Running the Backend (FastAPI)

Navigate to the root folder: python backend/main.py

Running the Frontend (React)

Navigate to the frontend folder: npm run start

About


Languages

Language:Jupyter Notebook 46.2%Language:JavaScript 29.7%Language:Python 20.3%Language:HTML 1.6%Language:CSS 1.4%Language:Dockerfile 0.9%