TASK - Create a process for turning documents into book orientation
- Using an ML model that will determine the angle from -30 to 30 degrees.
- Libraries: pytorch and tf and any supporting libraries.
- Time constraint: the model should run for <5 seconds, but this is not a critical requirement.
- Document the process sufficiently so it's and understandable during the review.
- requirements.txt file, which lists all the libraries used in the process with their versions
- deadline 11.09.2023
docker compose up -d
docker exec -it deskew bash
python src/train.py
python src/deskew.py
Check ./output directory for results