Open
Conversation
with ml_model
connect after along time of working on it :P
and also add more features to the program
made the UI alot more dynamic and fixed bugs
updated the code, still trying to figure out my api problem but we will keep trying!
and also helps to show the company's logo if it exists on the cards and also makes it reactive
made the UI look alot cleaner and now im going to fix up more functionallity on the rest of the sidebars so they load properly
issues I was having when running the API
charts and also the rest of what they need with there applications for jobs
looking alot better
need to fix the Bars to make them look alot better, will also be working on making a UI 2D Dashboard ring to show the status of an a users jobs searches
and im also planning on make the header text into clickable icons so lets keep going
will be working on the rest of the sidetabs tmw!
and will make more changes soon
or Team tab next
and also worked on Teams and Plans, will be updating plans tmw or monday, Still alot was done. Still overall Needs more UI features to be added
need to update the colors still
will add more fixes tmw
real banking credit cards but either way it saves the length needed and has warns via toast notifications if information is missing
yet to link them to my actual Toast Notifications to make it more accurate
the UI changes look good, will try and make the Receipt Portion look alot cleaner and nicer either way thats all for today
combat Adware - Eric
convert Audio into text
needs alot more updates -eric del angel
- Eric D Angel
now - Eric Del Angel
- Eric Del Angel
the website thats all - Eric Del Angel
how to make it so i dont have a shitty water make on it either - Eric D.
glitching part of the code - Eric Del Angel
Eric Del Angel
…detection, and tests
…ther pose tracking, added helper scripts (detect_camera.sh, manage.sh), and docker-compose.yml integration.
blackapple805
commented
Nov 1, 2025
Owner
Author
blackapple805
left a comment
There was a problem hiding this comment.
So added a way to make so that the camera picks up on my body and the rest of my arm and torso
… and multi-person tracking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧠 Adaptive Vision Interface – Pull Request
📋 Summary
This pull request introduces the Adaptive Vision Interface, a modular Flask-based application for real-time video analytics using OpenCV and MediaPipe.
✨ Key Features
🧍 Body Detection: Face, upper-body, and full-body tracking via Haar cascades.
✋ Hand Recognition: Classifies open palm, fist, and pointing gestures.
👋 Dynamic Gestures: Detects motion-based gestures like wave and clap.
🌐 Web Interface: Flask streaming endpoint for live video feed.
📊 Metrics Endpoint:
/metricsroute exposing live detection stats in JSON.⚙️ Technical Improvements
🚀 Optimized detection pipeline for smoother performance.
💡 Stabilized bounding boxes to reduce flicker.
🧩 Added
.gitignore, improved modular file structure.🧪 All test modules integrated with pytest (3/3 passing).
🐳 Added
Dockerfilefor containerized deployment.🧪 Test Overview
🧭 Notes
Compatible with Python 3.12+
Designed for local and containerized environments
Ideal foundation for future gesture-controlled or vision-based interaction systems