Deep Learning based Speller. Based on Tall Weiss's DeepSpell code https://github.com/MajorTal/DeepSpell.
Clone DeepSpell Git repository:
git clone https://github.com/surmenok/DeepSpell.git
- Install Docker
- Run
./build.sh
- Run
docker run --name=deepspell-cpu -it deepspell-cpu
Requires CUDA-compatible graphics card.
- Install NVIDIA docker
- Run
./build.sh gpu
- Run
nvidia-docker run --name=deepspell-gpu -it deepspell-gpu
Deep Spelling by Tal Weiss