Qries

freq
Bribchat- web,video based chatting service for UBC students
-Designed,Developed & Deployed a fullstack web-application using pure javascript and node.js with beautiful UI/UX on a bare metal server
- Implemented a video feature like Omegle that pairs you up with random online users for 5 mins then you can extend the time if you want
- Implement a NoSql database for login and auth. It also verifies if you are a UBC student or not
- JavaScript,Node,Express,NoSql.
freq
Metal detector with discrimination :- Grade received: 100/100
- Designed and built a fully function and robust frequency based metal detector
- Used makefiles for flashing it to a PIC32 64 bit microcontroller
- Implemented Agile Processes for Hardware Development for R&D (only on 1 guy, ie me).
- Used PSPICE for verification and desigining the circuit
- C, PIC32, MIPS, CrossIDE, Makefiles, PSPICE
nutri
CMOS Feed-Forward neural network using IEEE 754 multipliers
- Designed and implemented a highly scalable multistage feed-forward neural network that predicts the output of a XOR gate(any non-linear function could be done)
- Used Cadence for testing and verification in 45 nm procres
- One of the most challenging aspects of this design was the activation function, I decided to go with tanh(x)(Taylor expansion +unit-step model)
- System verilog, verilog, cadence,encounter, modelsim, tcl(for encounter), C++(for verification)
nutri
Parameterised n-tap FIR filter on FPGA
- Designed and implement a parametric finite impulse response filter in system verilog which takes the coefficients and the number of stages as parameters, and generates a FIR block with log2(n) delay, where n is the number of stages
- System verilog, verilog, quartus, modelsim,Cyclone FPGAs
nutri
- A cross platform image recognition
- fitness app powered by Microsoft Azure
- 02/27/2019 @NwHacks 2019
- Dart, Flutter, Azure, JavaScript,C++14,Python
nutri
- This program is a neural network that uses the MNIST database (http://yann.lecun.com/exdb/mnist/) to calibrate the software to ’read’ digits from .jpeg type files.
- mad pure C++ skillzzz