Skip to content

surmenok/DeepSpell

 
 

Repository files navigation

DeepSpell

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

Quick Start

Clone DeepSpell Git repository:

git clone https://github.com/surmenok/DeepSpell.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

About

a Deep Learning based Speller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.1%
  • Shell 3.9%