LICENSE
MANIFEST.in
README.md
docker-compose.yml
setup.py
ML_Inz_example.egg-info/PKG-INFO
ML_Inz_example.egg-info/SOURCES.txt
ML_Inz_example.egg-info/dependency_links.txt
ML_Inz_example.egg-info/entry_points.txt
ML_Inz_example.egg-info/requires.txt
ML_Inz_example.egg-info/top_level.txt
backend/Dockerfile
backend/requirements.txt
backend/app/__init__.py
backend/app/main.py
backend/app/static/css/style.css
backend/app/static/js/script.js
backend/app/templates/index.html
backend/tests/__init__.py
backend/tests/test_backend.py
ml_service/Dockerfile
ml_service/requirements.txt
ml_service/app/__init__.py
ml_service/app/main.py
ml_service/app/model.py
ml_service/tests/__init__.py
ml_service/tests/test_ml_service.py