Skip to content
View fvolcic's full-sized avatar

Highlights

  • Pro

Block or report fvolcic

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fvolcic/README.md

Hi there 👋 I'm Franklin

💼 Currently working at Formant
🛠️ Currently building CourseSwap and Shape

Things I've Built

Libraries

  • Crank - C++ Neural Network Library
  • uJson - Ultra Lightweight header-only JSON library for C++
  • Iris - C++ Library written for the ESP32 to control LED lights via wifi and bluetooth
  • GoCheckers - A Go checkers library for writing checkers applications
  • Helium Reward Scale Calculator - Library that implements the helium reward scale, as outlined in the Helium Whitepaper

Machine Learning

  • Crank - C++ Neural Network Library
  • NYUv2 Semantic Segmentation - PyTorch project evaluating the effectiveness of depth information in semantic segmentation tasks

Programming Languages

  • STANK - A Concatenative Programming Language with an interpreter and compiler

Fun Side Projects

Robotics

  • MBot Web App - Open Source robotics web platform for educational robotics

Papers

Pinned Loading

  1. NYUv2-Semantic-Segmentation NYUv2-Semantic-Segmentation Public

    A group project which aimed at testing the effect of adding depth information to semantic segmentation. This project implements both E-Net and U-Net with and without depth with an associated paper …

    Jupyter Notebook 1 1

  2. Convert-To-Image Convert-To-Image Public

    Convert-To-Image is a tool that allows you to convert an arbitrary file into an image. The transformation is also invertible, and thus you can convert the image back into its original data

    C++ 15

  3. Crank Crank Public

    Crank is a C++ neural network library that provides an easy to use API to build and test different neural networks and network architectures

    C++ 1 1

  4. Iris Iris Public

    Iris is a LED controller for ESP32 microcontrollers and APA-102 LED lights. Iris provides a powerful paradigm for creating effects for strips of LED lights, and is the fourth iteration on my journe…

    C++ 1

  5. uJson uJson Public

    A header micro json library using no non standard dependencies. Simply copy the json header file into your project, and include "json.h"

    C++

  6. mbot-web-app mbot-web-app Public

    Forked from rob102-staff/mbot-web-app

    Python