Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 434 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 434 Bytes

How to run:

make venv
make setup

Unfortunately, I haven't figured out how to activate the virtual environment with the Makefile, so you have to do it manually.

source venv/bin/activate

To run the program:

make run

You can check an example output file from the program with the Registo_Treino Diogo.docx file.

TODO

  • Create simple streamlit app so this can be run from the browser
  • Deploy it