Skip to content

Storage area for educational and how-to material

Notifications You must be signed in to change notification settings

holestine/PythonDemos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Storage area for educational and how-to material

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published