- Ensure you are in the DermaCare directory
- Run the following commands in your terminal:
- cd into directory with main.py
- Run following commands in terminal
`python3 -m venv tutorial-env`
`source tutorial-env/bin/activate`
`pip3 install --upgrade google-cloud-automl`
`pip3 install flask`
Once you have run these commands, you can start your server using the following command:
python3 main.py
Then, open localhost:5000 on your browser to access the website.
Daniel Khan, Masheil Mir, Fatima Rahman, Omar Patel