Your AI-powered Dermatology Assistant.
Python 3.8.x (64-bit) - Download here for Windows
- Clone the repository to your local machine.
git clone https://github.com/DeagleOfficial/dermado-app.git
- Install virtualenv
pip install virtualenv
- Navigate to your local repository and create a virtual environment venv. Once created, activate the environment.
virtualenv venv
venv\Scripts\activate
- Install dependencies.
pip install -r requirements.txt
- Deactivate Virtual environment and run the server.
deactivate
python server/application.py
- Go to Localhost:5000
In case of error FileNotFoundError: [Errno 2] No such file or directory: 'uploads/upload.jpg':
- Make sure you have administrator previledges.
- Go to server/ and rename application.py to app.py.
- Run app using the following command:
python -m flask run