This web app implements an artificial intelligence to transcript text in images from Washington Dataset. This dataset is made from documents written by George Washington on 18th century.
The project is part of a bachelor's thesis about the development of an artificial intelligence and its implementation on a web application. Developed by Pablo Gutiérrez Gomis for Multimedia Engineering at Universidad de Alicante.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
For detailed explanation on how things work, check out the documentation.