Pinned Repositories
bed-and-breakfast
A website for a fake bed and breakfast, made with Go
build-your-own-x
🤓 Build your own (insert technology here)
Calculator
joke-teller
A joke telling web app, which takes jokes from an API and feeds them into a text-to-speech API
kanban-fire
A Kanban-style TODO app. Created at the Google I/O 2021 Angular workshop.
QGame
QGame Assignment for Game Programming
ScrumTrack
An iOS app to help scrum teams track meeting progress.
Space-Invaders
A Space Invaders clone made with C# and Monogame.
startup_namer
An app which combines two words together and lists them. Created at the Google I/O 2021 Flutter workshop.
tfjs-linear-regression
A demo web app for TensorFlow.js linear regression, to predict housing prices based on square feet.
NathanHannon's Repositories
NathanHannon/QGame
QGame Assignment for Game Programming
NathanHannon/ScrumTrack
An iOS app to help scrum teams track meeting progress.
NathanHannon/Space-Invaders
A Space Invaders clone made with C# and Monogame.
NathanHannon/bed-and-breakfast
A website for a fake bed and breakfast, made with Go
NathanHannon/build-your-own-x
🤓 Build your own (insert technology here)
NathanHannon/Calculator
NathanHannon/Food2Go
Final Project for PROG3210
NathanHannon/joke-teller
A joke telling web app, which takes jokes from an API and feeds them into a text-to-speech API
NathanHannon/kanban-fire
A Kanban-style TODO app. Created at the Google I/O 2021 Angular workshop.
NathanHannon/startup_namer
An app which combines two words together and lists them. Created at the Google I/O 2021 Flutter workshop.
NathanHannon/tfjs-linear-regression
A demo web app for TensorFlow.js linear regression, to predict housing prices based on square feet.
NathanHannon/gitignore
A collection of useful .gitignore templates
NathanHannon/Hacktoberfest-2019
NathanHannon/HPlusSport.API
An API created with ASP.NET Core
NathanHannon/infinite-scroll
A project to showcase infinite scrolling.
NathanHannon/ML-For-Beginners
12 weeks, 24 lessons, classic Machine Learning for all
NathanHannon/NathanHannon
NathanHannon/portfolio
My Portfolio Site, created with React, Node, and PostgreSQL.
NathanHannon/PyHangman
NathanHannon/python_covid_visualization
A visualization of COVID-19 cases, recoveries, and deaths. Data pulled from https://datahub.io/core/covid-19
NathanHannon/python_speech_recognition
A basic web app where the user uploads a WAV audio file and it is transcribed for them.
NathanHannon/python_stock_predictor
A simple prediction model for stock prices up to 30 days past the current date.
NathanHannon/smart-webcam
An object detection web app which uses pre-trained ML models. Created at the Google I/O 2021 TensorFlow.js workshop.
NathanHannon/TicTacToe
First Assignment for PROG3210