Projects in Awesome Lists by byteB8
A curated list of projects in awesome lists by byteB8 .
https://github.com/byteb8/barcode-detection-and-reading
Use of yolo in custom image detection.
opencv-python python pyzbar yolov8
Last synced: 16 Aug 2025
https://github.com/byteb8/3d-motion-capture---python-unity
3D motion captured using realtime landmarks detection with opencv-python and parsing those landmarks in unity with C# gave the desired result
csharp mediapipe opencv-python python unity3d
Last synced: 16 Aug 2025
https://github.com/byteb8/human-pose-estimation-
Detects 33 realtime landmarks of human posture.
mediapipe opencv-python python
Last synced: 21 Apr 2026
https://github.com/byteb8/gps-data-viz
GPS Data ( latitude and longitude ) Visualization and Analysis ( traffic of trips ) using python, networkx, osmnx.
gps-data gps-visualization-python networkx osmnx
Last synced: 16 Aug 2025
https://github.com/byteb8/quick-recognition
This web app uses face-api.js which is built upon tensorflowJS. It has deep learning pre-trained models, used to detect facial landmark and facial recognition and store feature vectors for future matching while taking attendance.
ant-design apollo-client apollo-server face-api-js graphql mongodb mongoose nodejs reactjs
Last synced: 13 Apr 2026
https://github.com/byteb8/dalle
The following work is light clone representation of the OpenAI generative ai (ex-dalle) which uses openai-api to generate creative and stunning images. (Note: The used API Key limit is exceeded, for obvious reason ;) Checkout the documentation here https://dalle-documentation.netlify.app/
expressjs generative-ai mongodb nodejs-server openai-api reactjs
Last synced: 03 May 2026
https://github.com/byteb8/system-design-fundamentals
Fundamental concepts of system design by algoExpert.
Last synced: 16 Aug 2025
https://github.com/byteb8/pykernelzmq
The current repository is derived from already implemented of decoupled-input execution prototype by Fernando Perez using ZMQ open source library which motivated the design of current jupyter notebook kernel. I have tried to rerunning the code with certain modifications.
Last synced: 08 Aug 2025
https://github.com/byteb8/ip-routing
implements trie based longest prefix matching and binary search + hash table based BSPL approach to route the ip packet to a best match destination router for next hop.
binary-search hashtable trie-tree
Last synced: 16 Aug 2025
https://github.com/byteb8/mylogservice
A custom linux service based on python script, which sets up a file system watcher to monitor changes in a specified directory and logs these changes.
Last synced: 05 Sep 2025
https://github.com/byteb8/url-shortener
Uses shortid package to shorten the URL.
Last synced: 16 Aug 2025
https://github.com/byteb8/reg-grow-bfs
C++ implementations of a region-growing algorithm using OpenCV
cpp region-growing-segmentation
Last synced: 16 Aug 2025
https://github.com/byteb8/kanban-board
An interactive Kanban board application using React JS that interacts with the provided API from https://api.quicksell.co/v1/internal/frontend-assignment. For source code checkout the master branch.
Last synced: 16 Aug 2025
https://github.com/byteb8/volume-control--hand-gesture
Controls volume of the system using hand gesture. The separation between thumb and index finger is used as measure of volume.
autopy mediapipe opencv-python python
Last synced: 16 May 2026
https://github.com/byteb8/recogbackend
Server side code for web-app quick recognition.
apollo-server graphql monogoo nodejs
Last synced: 13 Apr 2026
https://github.com/byteb8/restful-crud
This is a simple RESTful API project implemented in Node.js and Express, providing CRUD (Create, Read, Update, Delete) operations for managing resources.
Last synced: 16 Aug 2025
https://github.com/byteb8/ml-ete
A generic practice to build and deploy an end to end python web app on AWS, Azure w/o docker image.
aws azure-webapp end-to-end machine-learning python-webapp
Last synced: 17 May 2026
https://github.com/byteb8/drowsiness-detection
Detect drowsiness in drivers using computer vision techniques.
Last synced: 10 Oct 2025
https://github.com/byteb8/hypertuning
Different techniques to tune the hyperparameter of machine learning models.
bayesian-optimization gridsearchcv hyperopt hyperparameter-optimization hyperparameter-tuning optuna randomizedsearchcv
Last synced: 16 Aug 2025
https://github.com/byteb8/viddekho
Uses YouTube API to fetch video and render them on client side with filtering options such as video count, date, rating, view count, relevance & title.
bootstrap html javascript youtube-api-v3
Last synced: 18 Apr 2026
https://github.com/byteb8/todo-postgres
This is simple todo application which lets you add, edit and delete your todo in a responsive manner, built using react, express and postgresql.
Last synced: 11 Apr 2026
https://github.com/byteb8/virtual-mouse
an opencv based virtual mouse
mediapipe opencv-python python
Last synced: 12 Apr 2026
https://github.com/byteb8/filmflow
This project is a movie recommendation system that suggests similar movies based on user input. It utilizes data from The Movie Database (TMDb) API to fetch movie details and recommend similar movies.
ajax-request flask javascript movie-recommendation python3
Last synced: 14 Apr 2026
https://github.com/byteb8/go-parser
a simple language parser based on bratt parsing
Last synced: 18 Oct 2025
https://github.com/byteb8/assembly-programs-x86
The following repository is the result of introduction to assembly programming by Davy Wybiral.
assembly-language assembly-x86
Last synced: 23 Oct 2025
https://github.com/byteb8/movieland
Uses react props, states and hooks and OMDb API key to fetch movie and render them.
omdb-api react-hooks react-props react-state
Last synced: 07 Feb 2026
https://github.com/byteb8/es335
machine learning course (es335) - submissions
Last synced: 11 Feb 2026
https://github.com/byteb8/project-management
The Project Management System is a web-based application designed to streamline the process of managing clients and projects for businesses and organizations. It provides a centralized platform for users to efficiently organize, track, and collaborate on various projects and client relationships.
apollo-client bootstrap express graphql mongodb react
Last synced: 14 Apr 2026
https://github.com/byteb8/quotely
Quotely is a full-stack web application for sharing and managing quotes. It allows users to sign up, log in, view their profile, create quotes, and explore quotes from other users.
bcryptjs express graphql jwt-authentication mongodb nodejs react
Last synced: 05 Apr 2026
https://github.com/byteb8/droneanalyzer
FlytBase Assignment - Building Drone Security Analyst Agent for a docked drone that monitors a fixed property daily.
object-detection python3 vision-language-model
Last synced: 04 May 2026
https://github.com/byteb8/crypto-coindex
Node.js CLI tool for checking real time cryptocurrency prices.
Last synced: 05 May 2026
https://github.com/byteb8/random-joke-generator
Used basic HTML , CSS & javascript . Javascript gives a request to Joke API and fetches the response as json and changes the text content of the joke field.
Last synced: 15 May 2026
https://github.com/byteb8/recogfrontend
This reopository contains client side code for web app quick-recognition. It is hosted on netlify.
ant-design apolloclient face-api-js reactjs
Last synced: 15 May 2026
https://github.com/byteb8/roll-your-dice
Simple dice game built using pure javascript ( ES6 ) for DOM manipulation. The logic uses generation of random numbers for dice using random function of javascript which uses xorshift128+ algorithm (PRNG) to generate random numbers.
Last synced: 10 May 2026
https://github.com/byteb8/n-neighbor-kdtree
kd tree based nearest neighbour search
Last synced: 18 May 2026
https://github.com/byteb8/open-weather
This application is designed to fetch and display current weather information for a specified city using the OpenWeatherMap API.
css3 html5 javascript openweathermap-api
Last synced: 19 May 2026
https://github.com/byteb8/vehicle-pedestrian-detection
Detect cars and pedestrians on roads using computer vision techniques.
Last synced: 19 May 2026
https://github.com/byteb8/nanograd
how does backpropagation work in practise?
Last synced: 17 Sep 2025