Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 906 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 906 Bytes

Python Demos

Collection of Python sample code mostly in the area of AI and Deep Learning.

Prepare Environment

conda create --name demo python=3.12 -y
conda activate demo
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia -y
python -m pip install -U pip
pip install -r requirements.txt

Project Descriptions

Web scraping and chatgpt are used for document understanding.

Various model architectures are applied to MNIST, CIFAR10 and CIFAR100.

YOLO is used with the Hungarian algorithm to track objects.

YOLO fine tuning and SuperVision annotation.

Udacity speech recognition project.

Demonstration of word vectors.

Example of regression model to detect credit card fraud.