klips/python
Shaun Reed 573fc4e1e8 Add JavaScript WebGL example
+ Update READMEs
2022-02-14 13:47:59 -05:00
..
k-means Add Python project examples 2022-02-06 13:41:34 -05:00
linear-regression Add JavaScript WebGL example 2022-02-14 13:47:59 -05:00
markov-model Add JavaScript WebGL example 2022-02-14 13:47:59 -05:00
neural-network Add JavaScript WebGL example 2022-02-14 13:47:59 -05:00
README.md Add Python project examples 2022-02-06 13:41:34 -05:00

README.md

This directory contains a collection of Python scripts or CLI tools that I've made. Each of these projects provide a requirements.txt that can be used to install the required Python packages and dependencies.

To install Python 3.9 and pip

sudo apt install python3.9 python3-pip 
python3.9 -m pip install -U pip

Additional setup instructions specific to each project provided in project README