Фемида | Система распознавания тестов ЭМШ
- Pull the repository
git clone https://github.com/emsch/femida.git --recursive
You need to have permissions to femida-private
to obtain models and envfiles. If you don't have such access:
- run the following (in the project root)
cat Makefile.template > Makefile
cat envfile.template > envfile
cat secret.template > secret
- make changes in env files if required
- find or train a ocr model and place it to
./model/model.t7
- run
docker-compose build
- run
docker-compose up