Pinned Repositories
Apartment-ML-Predictor-Stockholm-with-Web-Scraper-and-Data-Insights
Real Estate Predictor (WebScraper, ML, and Data Insights) for apartments in Stockholm.
C-Vision-App
Image Recognition Application written for both iOS and Android in React Native using Expo and Cloud Vision API.
CIFAR-Image-Classifier-From-Scratch
CIFAR10 Multi-Layer Image Classifier From Scratch in Python where everything from the cost function to the backpropagation algorithm is implented by hand and without support libraries to fully understand the neural network architecture
Concurrent-HTTPAsk-Server
Uses an accompanied TCP Client to do queries which are distributed on threads to create parallel requests
DD2430_CPC_Model
energy_prediction_time_series_forecasting
Predicting hourly energy demand using time-series forecasting.
Find-my-Doppelganger_React-App
The Doppelganger App - React Web App that uses reverse image search to search the web for similar faces. Please observe that I have pulled the API-key meaning it will no longer work as intended. If you want to see it in action, please watch the demo-videos below!
SignInterpreterSSL
Deep Neural Network for predicting Swedish Sign Language Signs that utilises CNN and Transfer Learning. Contains code for Model, Data Generator and Frontend Application
Vision-Transformer-for-X-Ray-Pneumonia-Detection
Image Classification of chest X-ray images using a new upcoming architecture called Vision Transformers. Classifies images of bacterial and viral pneumonia.
Gira-the-explorer
Web-based (Javascript/React.js) and interactive geography game that uses the Google Maps API. The source code is currently hidden but you can play the current version at http://gira-the-explorer.netlify.com
gustafvh's Repositories
gustafvh/Apartment-ML-Predictor-Stockholm-with-Web-Scraper-and-Data-Insights
Real Estate Predictor (WebScraper, ML, and Data Insights) for apartments in Stockholm.
gustafvh/C-Vision-App
Image Recognition Application written for both iOS and Android in React Native using Expo and Cloud Vision API.
gustafvh/DD2430_CPC_Model
gustafvh/SignInterpreterSSL
Deep Neural Network for predicting Swedish Sign Language Signs that utilises CNN and Transfer Learning. Contains code for Model, Data Generator and Frontend Application
gustafvh/Vision-Transformer-for-X-Ray-Pneumonia-Detection
Image Classification of chest X-ray images using a new upcoming architecture called Vision Transformers. Classifies images of bacterial and viral pneumonia.
gustafvh/CIFAR-Image-Classifier-From-Scratch
CIFAR10 Multi-Layer Image Classifier From Scratch in Python where everything from the cost function to the backpropagation algorithm is implented by hand and without support libraries to fully understand the neural network architecture
gustafvh/Concurrent-HTTPAsk-Server
Uses an accompanied TCP Client to do queries which are distributed on threads to create parallel requests
gustafvh/energy_prediction_time_series_forecasting
Predicting hourly energy demand using time-series forecasting.
gustafvh/Find-my-Doppelganger_React-App
The Doppelganger App - React Web App that uses reverse image search to search the web for similar faces. Please observe that I have pulled the API-key meaning it will no longer work as intended. If you want to see it in action, please watch the demo-videos below!
gustafvh/Flappy-Taco-Pic32
A 2D Flappy Bird game written in C and Assembler directly on a PIC32-processor. Uses moving graphics on both the x- and y-axis simultaneously. Watch a demo of this project here: https://drive.google.com/file/d/1hfWjsWTXVtwiQ6V1y8yLRdFO6Mkw99QN/view?usp=sharing
gustafvh/gatsbyjs-halco-website
Website for Halco made using Gatsby (React)
gustafvh/Halco-website-2018
My old personal HTML/CSS/JS website for 2018.
gustafvh/Halco-website-2019
My personal HTML/CSS/JS website for 2019
gustafvh/RNN-NLP-Text-Generator-From-Scratch
Recurrent Neural Network (RNN) Implemented in Python from scratch without any support libraries to fully learn the network architecture and mathematics. The goal was to implement a Text Generator where it learned from the text of Harry Potter Books to create meaningful sentences.
gustafvh/sign-interpreter-ssl-api
Deep Neural Network for predicting Swedish Sign Language Signs that utilises CNN and Transfer Learning. Contains Backend code for a Flask Server API.