/ai-notebook

Just sharing code I build while following public AI tutorials and practicing

Primary LanguageJupyter Notebook

Just a notebook

I am sharing the code I build while following public AI tutorials and practicing.

If you want to try it, just follow the instructions below.

Setup

A local env with jupyter notebook is provided.

Make sure to have docker installed and running in your Build the docker image by running:

make build

Deploy the jupyter notebook

make start

Stop the container

make stop

Some libs used