This is a basic app to move and label images at simutanously for creating basic image recognition dataset.
Python 3.8 FastAPI 0.63.0
For now the app works on local host. Simply point to the source folder and target folders. Then the app will upload images and provide a form to enter the target category. Click submit to move the picture to the required folder.
- Make new folders if one does not exist for a category.
- Update list dynamically.
- Fix empty folder issue.
- Add pictures in explanation.
- other enhancements as they come along