HomeProjects

Projects

Tic-Tac-Toe

Following the Tic-Tac-Toe tutorial from https://react.dev/learn/tutorial-tic-tac-toe

See project

Digit Classification

Attempting to classify hand-drawn digits by using a Neural Network trained on the MNIST hand-drawn digits dataset. Digits can be from 0 to 9, however, the model will always predict one of these values. This is the reason that even the empty canvas predicts to a digit.

See project

Weather

Fetching current weather data from https://openweathermap.org/ and displaying it.

See project