Highlights
- Pro
Lists (1)
Sort Name ascending (A-Z)
Stars
HoneyBeeAI is an innovative AI-powered platform designed to transform the recruitment process by integrating transparency, efficiency, and enhanced candidate engagement. Built with advanced AI agen…
This repository showcases information about CodeGuardian VSCode extension.
CodeGuardian is a VS Code extension that provides real-time code security analysis using local LLMs. It analyzes your code for potential security vulnerabilities and best practices without sending …
Welcome to the MemeCoin Launchpad! This project was built for the Avalanche Hackathon, demonstrating a custom L1 subnet on Avalanche that allows users to create, buy, and sell meme tokens in a fun …
NFTVerse is an innovative NFT marketplace that leverages real-time crypto market data, enabling users to seamlessly explore, buy, sell, and gain insights on NFTs. Built as part of the QuickNode Hac…
FastText is a library for efficient learning of word representations and sentence classification. It was developed by Facebook's AI Research (FAIR) lab and is particularly known for its speed and a…
SpaCy Word Embeddings are dense vector representations of words used in natural language processing (NLP) to capture the semantic meaning of words. SpaCy provides pre-trained word embeddings, makin…
TF-IDF Vectorizer (Term Frequency-Inverse Document Frequency) is a method used in text mining to evaluate how important a word is in a document relative to a collection of documents. It transforms …
A Bag of N-Grams is a text representation method used in natural language processing (NLP). It involves breaking down text into a collection (bag) of contiguous sequences of 'N' items (grams). Each…
This project focuses on iris detection using deep learning techniques. The model architecture combines the power of ResNet152V2, a pre-trained convolutional neural network (CNN), with additional co…
This script outlines the implementation of a Generative Adversarial Network (GAN) designed to generate fashion images using the Fashion MNIST dataset. The GAN consists of a generator and a discrimi…
This project employs a deep neural network architecture for the classification of toxic comments, utilizing the Kaggle competition dataset from the Jigsaw Toxic Comment Classification Challenge.
This project leverages OpenCV for hand tracking and gesture recognition and AutoPy for mouse control to create a real-time hand gesture mouse control application. Users can control the mouse cursor…
This project utilizes OpenCV and MediaPipe's hand tracking capabilities to create a real-time hand gesture drawing application. The user can draw on the screen by moving their index finger, and era…
This project utilizes MediaPipe, OpenCV, and a pose estimation module to create a real-time fitness tracker focusing on counting dumbbell curls. The user stands in front of a camera, and the progra…
This Python script utilizes the OpenCV library to perform real-time hand gesture recognition using a webcam. It employs a pre-trained hand detection model from the HandTrackingModule to detect and…
This project demonstrates real-time hand gesture-based volume control using a webcam feed. Leveraging the HandTrackingModule, MediaPipe, and OpenCV, the program tracks hand movements and recognizes…
This project utilizes MediaPipe and OpenCV to perform real-time face mesh detection using a webcam feed. The program captures video frames and processes them using the MediaPipe Face Mesh module to…
This project employs the MediaPipe library and OpenCV for real-time face detection. Leveraging a webcam feed, it accurately identifies and annotates faces within the frame.
This project utilizes MediaPipe and OpenCV for real-time pose detection. By processing webcam input, it accurately identifies and annotates key points on the human body.
This project showcases real-time hand tracking using MediaPipe and OpenCV. Leveraging computer vision, it accurately detects and annotates hand landmarks from webcam footage, offering insights into…
This project uses OpenCV and deep learning to detect faces in images and videos.
This model is trained on google images of happy and sad faces, and is able to classify new images as happy or sad.
This repository is for building a streamlit app for Gemini-Pro LLM chatbot.
This is a web app for predicting plant diseases using Convolutional Neural Networks (CNN). The model is trained on the PlantVillage dataset which contains images of healthy and diseased plant leave…