Reconnaissance de caractères (OCR)
Page d’accueil du projet : accès au dépôt, aux diapositives et au suivi des soutenances.
Identifiant Git
timothee.le-roux-maertens@git.forge.epita.fr:p/epita-prepa-computer-science/proj-s3-2029/epita-prepa-computer-science-proj-s3-2029-stg_OCRaml.git
Setup script 1
git clone timothee.le-roux-maertens@git.forge.epita.fr:p/epita-prepa-computer-science/proj-s3-2029/epita-prepa-computer-science-proj-s3-2029-stg_OCRaml.git ocr cd ocr vim shell.nix # TODO: add reportlab and tkinter nix-shell
Setup script 2
cd samples unzip detection.zip unzip original.zip unzip cnn.zip cd ../src make cd preprocessing make mv preprocessing preprocess cd ../ui make ./ui