Pinned Repositories
CNN_ARM_Micro
CNN implementation in C on an ARM STM32H7 Microcontroller
cs259
ECE113D_UART_library
Library for setting up UART/Serial communication to interface the TI OMAP-L138/C6748 microcontroller with an Arduino for UCLA's ECE 113D senior capstone design class
fpga-fft
Fast fourier transform (FFT) performed on an FPGA running Verilog. Using an FPGA leads to increased parallelization when compared to a CPU which executes everything sequentually and thus far higher throughput.
IdeaHacks2019
Image_Segmentation_STM32
Image segmentation on an STM32H7 STM32H7 microcontroller by implementing UNet.
Kalman-Filter
Fuses accelerometer and GPS data using a Kalman filter
learn_cpp
Personal repo for learning modern C++ (up to C++14/17)
Pomodoro
A command line version of the famous Pomodoro method timer. The program plays a ringer at the end of each study interval.
UCLA_Marine_Data_Visual
UCLA Marine Data Visualization application/GUI in development in python for the Marine Operations Program at UCLA. Used to depict Ocean temperature along with GPS data ovelayed on a map. Check out the Marine Operations Program at: https://dept.atmos.ucla.edu/marineops
hershey890's Repositories
hershey890/Image_Segmentation_STM32
Image segmentation on an STM32H7 STM32H7 microcontroller by implementing UNet.
hershey890/fpga-fft
Fast fourier transform (FFT) performed on an FPGA running Verilog. Using an FPGA leads to increased parallelization when compared to a CPU which executes everything sequentually and thus far higher throughput.
hershey890/IdeaHacks2019
hershey890/Pomodoro
A command line version of the famous Pomodoro method timer. The program plays a ringer at the end of each study interval.
hershey890/UCLA_Marine_Data_Visual
UCLA Marine Data Visualization application/GUI in development in python for the Marine Operations Program at UCLA. Used to depict Ocean temperature along with GPS data ovelayed on a map. Check out the Marine Operations Program at: https://dept.atmos.ucla.edu/marineops
hershey890/Atmega328_Voltmeter
Measures ADC Input and Displays on a 7-Segment Display. Originally started using an Arduino before realizing I wanted to up the speed so I switched to regular embedded style C coding with direct register access.
hershey890/ATMega328p-Voltemeter
Measures ADC Input and Displays on a 7-Segment Display. Originally started using an Arduino before realizing I wanted to up the speed so I switched to regular embedded style C coding with direct register access.
hershey890/CNN_ARM_Micro
CNN implementation in C on an ARM STM32H7 Microcontroller
hershey890/CV_ML
A collection of computer vision and machine vision projects
hershey890/DNN_Object_Detection
Deep learning object detection methods implemented in Python using Keras/Tensorflow and OpenCV. Currently working on Yolo V3, and planning on adding Yolo V4, SSD, MobileNet, and FCN.
hershey890/Kalman-Filter
Fuses accelerometer and GPS data using a Kalman filter
hershey890/Learn_OS_Embedded_Linux
A personal repository on learning operating systems, embedded systems, and firmware fundamentals.
hershey890/space_invaders_fpga
hershey890/cs259
hershey890/learn_cpp
Personal repo for learning modern C++ (up to C++14/17)
hershey890/data_structures_algorithms
hershey890/Deep-CarRacing
hershey890/ece188
hershey890/ece232e
hershey890/ECE3
UCLA ECE 3 Course Libraries for the MSP432 under Energia, Developed by Richard Handelin and hersh Joshi
hershey890/Focus
Mozilla add-on to block sites and force you to focus
hershey890/LCProb
Python script to randomly selects a leetcode problem from either the Grind 75, Grind 169, or Neetcode 150 list. Tracks completion and returns a previously uncompleted problem.
hershey890/learn_c
hershey890/learn_go
Personal repository to learn the Go Programming language
hershey890/learn_java
hershey890/learn_ml_cv_isp
Personal repo for implementing machine learning, computer vision, and image processing techniques to learn more about AI
hershey890/learn_networks
hershey890/optimization_deep_priors
hershey890/png_encoder_decoder
Personal library to encode and decode PNG's.
hershey890/Scrabble
Scrabble in python - in progress