Web Application to deploy some machine learning activities
Within these steps is explained how to get the application running locally. The application is based on flask, so there are multiple ways to deploy a flask application in different environments.
Set up the python interpreter
- python version
install python version 3.11 or greater
Install dependencies
-
python environment activated
pip install -r requirements.txt
-
make sure to have PyTorch enabled with CUDA for utilizing the GPU.