Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Visual Studio cache files
.vs/
.pyc/
.venv/
notes.txt

# Python cache and temp files
__pycache__/
*.pyc
*.pyo
*.pyd
.ipynb_checkpoints/
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/Scripts/python.exe"
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip install git+https://github.com/KEDRI-AUT/NeuCube-Py.git

## Getting Started

To start using Neucube Py, you can refer to the [examples](examples/) directory, which contains Jupyter notebooks demonstrating various use cases and applications of the Neucube algorithm.
To start using Neucube Py, you can refer to the [examples](https://github.com/KEDRI-AUT/NeuCube-Py/blob/master/wrist_movement_demo.ipynb) directory, which contains Jupyter notebooks demonstrating various use cases and applications of the Neucube algorithm.

You can also try out a running example using Google Colab by clicking the button below:

Expand Down