added oulibot

master^2
Your Name 6 years ago
parent 9e1f618b68
commit c723aad133

@ -46,7 +46,6 @@ ifeq ($(OS),Darwin)
@echo $(OS)
endif
# POST-PROCESSING RECIPES
ocr/output.txt: ## ocr with tesseract
@ -126,3 +125,6 @@ ttssr-human-only: ocr/output.txt ## Loop: text to speech-speech recognition. Dep
chatbook: ocr/output.txt #chatbot based on the knowledge of the scans Dependencies: nltk_rake, irc, nltk
python3 src/chatbook.py
oulibot: ocr/output.txt #chatbot based on the knowledge of the scans Dependencies: nltk_rake, irc, nltk
python3 src/oulibot.py

@ -1,3 +1,3 @@
images/0012.tif
images/0029.jpg

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save