Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 874 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 874 Bytes

📄 HTR Washington

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.

👤 Author

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.

💻 Development

Project Commands

# 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.