Skip to content
forked from mejaz/glyph-ai

A project to recognise handwritten text from an image and convert it into digital text.

Notifications You must be signed in to change notification settings

pngobiro/glyph-ai

 
 

Repository files navigation

GlyphAI

A project to recognise handwritten text from an image and convert it into digital text.

Pre-requisites to run this project

  1. AWS KEYS

Steps to run this project

  1. Clone the repo
  2. Run npm install to install all the dependencies
  3. Create a .env.local from env-example file: cp env-example .env.local
  4. Update the AWS keys in the .env.local file
  5. Run npm run dev to start the project

Tech Stack

  • NextJS
  • TailwindCSS
  • AWS Textract

Contact

[email protected]

About

A project to recognise handwritten text from an image and convert it into digital text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • CSS 0.6%