Machine learning project by Tuomo Kuure (tqre) and Joni Hakala (Dunttus).
Supervising teacher: Tero Karvinen - http://terokarvinen.com
Haaga-Helia University of Applied Sciences
Course: Monialaprojekti - Multisectoral project (ICT-infrastructures) PRO4TN004-3005.
Project blog: https://ailogs.design.blog/
/.idea - PyCharm configuration files
/archives - Project history
/archives/Lokari_classifier - First demo model
/data_processing - Data processing modules
/datasets - Datasets used in training
/docker - Project runtime container
/install - Installation instructions
/saved_models - Directory to save model data
config.py - Main configuration file
main.py - Log monitor
train.py - Detector training
- Configure logs to right format (see install)
- Gather training material (logs)
- Clone this repo and train the model
- Analyze your training material with graphs from the training process
- Tune the thresholds and start monitoring
- Python 3.6.9
- Tensorflow 2.1.0 plus a few other libraries
- Linux with Apache/Nginx web server
- GPU Support with Docker 19.03
- tensorflow/tensorflow:latest-gpu-py3 (see our Dockerfile)
- nvidia-container-toolkit
- nvidia-container-runtime