You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12 months ago | |
---|---|---|
.. | ||
k-means | 1 year ago | |
linear-regression | 12 months ago | |
markov-model | 12 months ago | |
neural-network | 12 months ago | |
README.md | 1 year ago |
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