Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 658 Bytes

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