This application uses model services after a query of the user to display the results of querying the phising-detection model.
Make sure the environment variable MODEL_SERVICE_URL is set to the URL of the model service, by updating the Dockerfile.
docker build . -t flask_appdocker run -p 5000:5000 flask_appYou can then access the web app at http://localhost:5000 in your browser.
- Flask
- Docker
- Poetry
- Python 3.11
- Depends on the lib-version through a package manager (in our instance Poetry). The version is visible in the frontend.
- Queries the model-service through REST requests.
- The URL of the model-service is configurable as an environment variable.