This multi-page testing workbench aims at facilitating Machine Learning teams in recording and reviewing their detailed feedback corresponding to their test images.
- Frontend, backend and deployment accomplished using Atri framework.
- YOLOv5 model was used to detect and extract test from the images.
git clone https://github.com/Atri-Apps/cv_workbench.git
cd cv_workbench
pipenv install
Save the weights of the model trained on US Driving License data as cv_transformations/yolov5/best.pt
.
The weights are available at this location.
Create data/tests.json
and data/comments.json
with the following content in both:
{}
pipenv shell
atri start
📚 Read the Docs
🧭 Follow Atri Labs on LinkedIn
💬 Join our Slack community
❓ Share any bugs or ask any question in Discussions
🎥 Watch along on YouTube
⭐️ Star Atri framework if you find it helpful! 😎