Code Monkey home page Code Monkey logo

metadata-engine's Introduction

Hello folks, I am Kinshuk Goel! Great to see you here! ๐Ÿ‘‹

๐Ÿ’ซ About Me:

๐ŸŽ“I am a 3rd-year Electronics and Computer Engineering student at SNIST.
๐Ÿ”ญ Iโ€™m currently working as an Contributor @GirlScript Summer of Code, Event manager @ Geeky hub community.
๐Ÿ‘ฏ I am always on the lookout for exciting opportunities to collaborate on projects and events.
๐Ÿ‘ฉโ€๐Ÿ’ป My programming skills are centered around Python and JavaScript
๐ŸŒฑ Iโ€™m currently learning the MERN stack to enhance my FSD skills
๐Ÿ’ป I am passionate about Python development, Full Stack Web Development, and Computer Vision.
๐Ÿ’ฌ Ask me about code, projects, events or just want to chat, feel free to reach out to me
โšก Fun fact: I love playing video games, especially FIFA.

๐ŸŒ Socials:

LinkedIn Twitter Hashnode Badge Gmail Badge Instagram Badge Website Badge

๐Ÿ’ป Tech Stack:

LANGUAGES:

Python C Java HTML5 CSS3 JavaScript R

HOSTING/SaaS:

Netlify Git GitHub Pages Heroku Vercel

FRAMEWORKS, PLATFORMS & LIBRARIES:

React Bootstrap NPM Anaconda Material Design

DATABASES:

MySQL

DESIGN:

Canva Figma

ML/DL:

NumPy Pandas

OTHER:

Raspberry Pi Arduino Notion

๐Ÿ“Š GitHub Stats:


๐Ÿ† GitHub Trophies

โœ๏ธ Random Dev Quote


metadata-engine's People

Contributors

dependabot[bot] avatar kinshukgoel4 avatar narayana6112 avatar saitejag27 avatar vipassana-01 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

metadata-engine's Issues

Improve Contribution Guidelines in Contribution.md

Improve Contribution Guidelines in Contribution.md

Example:

  1. Add Cloning through HTTP git clone https://github.com/<YOUR-USERNAME>/Metadata-Engine.git
  2. Add Cloning through SSH git clone [email protected]:<YOUR-USERNAME>/Metadata-Engine.git
  3. Improve the Commit Message in this way git commit -m "feat/docs/fix: :emoji-name: <EXPLAIN-YOUR_CHANGES>"
  4. While pushing mention issue number git push origin fix-issue-<ISSUE-NUMBER>

Multi-threading to improve performance

Since the video frames are processed one by one in a loop, this process could potentially be sped up by using multiple threads to process the frames in parallel.

Addโž• command line arguments

Instead of hardcoding the video paths and metadata directories, you could add command line arguments to allow the user to specify them when running the script. This would make the script more flexible and easier to use in different contexts.

Save metadata in a database

Instead of saving the metadata as a JSON file, modify the Engine class to save the metadata in a database. This would allow for more efficient querying and analysis of the metadata, especially while processing a large number of videos.

Filter objects by class

You could add a filter to the Engine class to only include objects of a certain class in the metadata output. For example, if you only wanted to detect people, you could filter out all other object classes.

Detect more metadata fields

Detect metadata fields such as :

  • frame width in pixels
  • frame height in pixels
  • the frames per second(fps) of the video
  • the codec used to encode the video

Visualize bounding boxes

You could modify the Engine class to also draw bounding boxes around the detected objects in each frame and save the resulting frames as images or a new video. This would provide a way to visually verify the accuracy of the object detection.

Parallelize video processing

If you were processing a large number of videos, to parallelize the video processing by using a library like joblib or multiprocessing. This would allow to process multiple videos simultaneously, speeding up the overall processing time.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.