Skip to content

VisheshBansal/Trie-SpellCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vishesh Bansal

Trie SpellCheck

A spell checker using Tries and Optical Character Recognition


Trie Spellchecker is a Trie-based implemented Spell Checker that finds mistakes in OCR scanned text. DSA Project (CSE2011)

Made By:

Vishesh Bansal - 20BCE2301

Features

  • Gets text using Optical Character Recognition (OCR)
  • Traverses dictionary using Tries and displays spelling mistakes

Dependencies

  • Node.js
  • Yarn

Running

Create a .env in the root folder and add your API KEY as API_KEY="YOUR_API_KEY" after getting your API Key from here and save it.

Directions to install

yarn install

Directions to execute

yarn start

Demo

demo.mp4

Contributors

Vishesh Bansal

Vishesh Bansal

GitHub LinkedIn

Made with ❤️ by Vishesh Bansal