Pinned Repositories
A-Single-Path-Delay-32-Point-FFT-Processor
A 32-point pipelined Fast Fourier transform processor, using single path delay architecture, and based on radix2-DIF(decimation-in-frequency) algorithm. The average SNR = 58.76.
APIdetails
this is a basic app in react native using data from https://jsonplaceholder.typicode.com/ and rendering on a mobile app made using react native
artemis
Mini multi-threaded proxy web server + HTTP web server
Bag-of-Visual-Words
Bag of visual words (BOVW) is commonly used in image classification. Its concept is adapted from information retrieval and NLP’s bag of words (BOW).
BoVW
face-verification
Implementation of "Attribute and Simile Classifiers for Face Verification"
fft-256-image-processing
A 256-point pipelined Fast Fourier Transform processor, using single path delay architecture. Design is based on radix2-DIF(decimation-in-frequency) algorithm.
GrabCut
Interactive Foreground Extraction using Iterated Graph Cuts
Robotics-Planning-and-Navigation
Viola-Jones
Face Detection in Python using the Viola-Jones algorithm on the CBCL Face Database published by MIT
HaripraveenS's Repositories
HaripraveenS/APIdetails
this is a basic app in react native using data from https://jsonplaceholder.typicode.com/ and rendering on a mobile app made using react native
HaripraveenS/face-verification
Implementation of "Attribute and Simile Classifiers for Face Verification"
HaripraveenS/fft-256-image-processing
A 256-point pipelined Fast Fourier Transform processor, using single path delay architecture. Design is based on radix2-DIF(decimation-in-frequency) algorithm.
HaripraveenS/GrabCut
Interactive Foreground Extraction using Iterated Graph Cuts
HaripraveenS/Viola-Jones
Face Detection in Python using the Viola-Jones algorithm on the CBCL Face Database published by MIT
HaripraveenS/A-Single-Path-Delay-32-Point-FFT-Processor
A 32-point pipelined Fast Fourier transform processor, using single path delay architecture, and based on radix2-DIF(decimation-in-frequency) algorithm. The average SNR = 58.76.
HaripraveenS/artemis
Mini multi-threaded proxy web server + HTTP web server
HaripraveenS/Bag-of-Visual-Words
Bag of visual words (BOVW) is commonly used in image classification. Its concept is adapted from information retrieval and NLP’s bag of words (BOW).
HaripraveenS/BoVW
HaripraveenS/Robotics-Planning-and-Navigation
HaripraveenS/cnn-basics
learning pytorch and experimenting with different strategies.
HaripraveenS/datasets
🤗 Fast, efficient, open-access datasets and evaluation metrics in PyTorch, TensorFlow, NumPy and Pandas
HaripraveenS/Digital-Image-Processing
Assignments done as a part of course "Digital Image Processing" taken by Dr. Ravi Kiran in monsoon 2020.
HaripraveenS/FaceDetection
Face Detection using ViolaJones on the CBCL Face Database
HaripraveenS/hshell
An interactive bash shell
HaripraveenS/payrole
A front-end web app built using Angular JS , Bootsrap 4 ,HTML5 , CSS3 with a landing page , multi-level login and register.
HaripraveenS/superflight-terminal
A terminal based game similar to jetpack joyride made without using any libraries in python
HaripraveenS/todolist
this is the backend of a todo list web app made using node JS and MySQL . authorization is using JWTs.