Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 325 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 325 Bytes

AI/ML Experiments

A series of AI/ML experiments.

Environment Config

You'll need the Python (3.10) and Poetry configured on your machine. Once those are configured, create a virtual environment and install dependencies.

python3.10 -m venv venv

. venv/bin/activate

pip install --upgrade pip

make install