Pipeline training and inference on UI #733
vnk8071
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pipeline Anomaly Detection in Industry Manufacturing on UI
Overview
Anomalib is a deep learning library that aims to collect state-of-the-art anomaly detection algorithms for benchmarking on both public and private datasets. With my pull requests #729 and thank @ashwinvaidya17 and @jpcbertoldo for suggestion.
In this project, I create a pipeline for training and inference with all datasets format MVTec (custom) on UI. Everyone can training with all Anomalib models supported and quickly to demo. And my project is an end-to-end example in anomaly detection task.
For more details, everyone can visit and use my project below link.
Link my project: https://github.com/vnk8071/anomaly-detection-in-industry-manufacturing/tree/master/anomalib_contribute
Technology used
App Flask
Open local URL: http://127.0.0.1:5000
Default account login:
Models supported:
Login:
Signup:
Homepage:
Train:
Inference:
Database:
Container
or just simple
or use my docker image in Docker hub (Coming soon)
Deploy AWS
First: Create EC2 instance
Second: git clone and install related packages
Next: install Miniconda and Docker engine
Final: access link http://user-IPv4-public-ec2-aws
Beta Was this translation helpful? Give feedback.
All reactions