Skip to content

ksg98/handwriting-decoding

 
 

Repository files navigation

Handwriting decoding

Install

  • I'm using Python 3.11.
  • To use torchview to visualize neural network graphs, make sure you've run sudo apt-get install graphviz.
  • Create a conda environment with Python 3.11 and the necessary dependencies installed using conda env create -f environment.yaml.
  • If you make changes to dependencies, regenerate the environment yaml using conda env export > environment.yaml.

About

Decoding handwritten characters from intracortical neural data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 71.9%
  • Python 28.1%