An application that can help a user detect skin cancer in its early stages. Just click a picture of the infected area, upload it and get the results.
To create a virtual environment for the backend, in the api
directory, you can run:
Note: If you are using an older mac, make sure you are using python 3. To create an alias for python 3, you can use the following command on your terminal:
To activate your virtual environment, in the api
directory, you can run:
(For macOS/Linux)
(For Windows)
To download all the project dependencies required for backend, use pip
to install the dependencies. In the api
directory, you can run:
To start the backend server, in the project directory, you can run:
(For macOS/Linux)
(For Windows)
To download all the dependencies required for frontend, in the project directory, you can run:
To start the frontend server, in the project directory, you can run:
To start the frontend server, run the following command in the project directory:
To start the backend server, run the following command in the project directory:
(For macOS/Linux)
(For Windows)