Skip to content

remla24-team10/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖥️ App

This application uses model services after a query of the user to display the results of querying the phising-detection model.

🐋 Running the app in a Docker container

Make sure the environment variable MODEL_SERVICE_URL is set to the URL of the model service, by updating the Dockerfile.

  1. docker build . -t flask_app
  2. docker run -p 5000:5000 flask_app You can then access the web app at http://localhost:5000 in your browser.

📦 Dependencies

  • Flask
  • Docker
  • Poetry
  • Python 3.11

📝 Functionality requirements for assignment A2

  • 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.

About

This repository hosts the web-app front and backend for the REMLA group project of group 10.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors