/spellie

A LSTM RNN spell checker

Primary LanguagePython

DeepSpell

Deep Learning based Speller. Based on Tall Weiss's DeepSpell code https://github.com/MajorTal/DeepSpell.

Quick Start

Clone spellie's Git repository:

git clone https://github.com/kevcisme/spellie.git

CPU

  • Install Docker
  • Run ./build.sh
  • Run docker run --name=deepspell-cpu -it deepspell-cpu

GPU

Requires CUDA-compatible graphics card.

  • Install NVIDIA docker
  • Run ./build.sh gpu
  • Run nvidia-docker run --name=deepspell-gpu -it deepspell-gpu

Documentation

Deep Spelling by Tal Weiss