356 skills found · Page 12 of 12
Lalith9701 / Python ProjectThis project is called Multi-Strategy. It is a Python-based project designed to [briefly explain purpose — e.g., data analysis, trading strategies, AI models, automation, etc.].”
sidathrashen / Python Flask Whatsapp Bot With Open AI Assistant ApisThis repository contains the source code for an AI-powered WhatsApp bot developed using Python and Flask. Leveraging the Meta (formerly Facebook) Cloud API, this project demonstrates how to create a responsive and interactive WhatsApp bot capable of real-time message processing and AI-driven responses.
duthaho / Copilot InstructionsA comprehensive codebase of best practices, coding rules, and workflow automation for AI-assisted development with GitHub Copilot. Includes DDD, Clean Architecture, testing, commit conventions, and more. Reference implementation for modern Python backend projects.
fm4nds / Think Test AIThis project uses AI with Python to read software requirements written in natural language and automatically generate test cases.
khamedtaha / AI MSc Semester1This repository contains first-semester projects from the AI Master's program, focusing on digital image processing, data exploration and visualization, and programming with Python
AdhamAllamx / AI Based Facial Recognition Security SurveillanceAI Based Facial Recognition For Security & Surveillance (Security + AI) on Low Power Micro Controller XIAO Seed Esp32-S3 Sense Camera Module using Python , C,RTOS (Bachelor's Project)
txtatech / Chatgpt Export Code ChatsA python script to parse all_conversations.txt (made from conversaions.json) into multiple plain text files that includes all user inputs and AI responses in regards to coding projects.
fullzer4 / CapstoneProjectIBM🪨 Final project in the AI Enginners Professionals path at coursera IBM Skills Network. To detect if contain cracks, made with PyTorch and python.
mhnm-r / PySpacePyhton repository for Data structure and algorithm practice for Data Science, Machine Learning and AI. Covered up about thousands examples and programs fro beginner level to expert. An end to end practice for complete python understanding and critical programming analytical thinking. Covered up around 2k exercises and 10 most popular Python books of all time. Feel free to contact and contribute into this open source project. Cheers ! Happy coding !
abeloha / AICriminalRecognitionAI Criminal Recognition System. This is a python project for managing criminal records. It uses image recognition libraries to train the system with a folder of images of a criminal. The system can then recognize that same criminal by his/her photo and pull his/her records from the database.
Mordris / AI Powered Automated Attendance SystemArchitected and developed a high-performance, distributed AI attendance system designed for scalability and real-time performance. This full-stack project features a React/TSX admin panel and a robust Python/FastAPI backend.
lucasbrentano / Pokemon AgentThis is a AI Agent developed during a college project for the Machine Learning class. It is trained using the PokeAPI with the PokeBase library from Python and RAG documentation provided by Bulbapedia.
Poppyqueen / LLM Memory ManagerThis project is a concept demonstration of a layered memory system for Large Language Models. It includes a CLI chatbot and an AI playing Zork I with 'FROTZ' as examples. The true value lies in the memory_handle.py module, designed for easy integration into any Python project requiring LLM memory management (AI agents, games, etc.).
ryantusi / AI ML Engineering46 projects on a full spectrum of Advanced Data Science, AI, Machine Learning, Deep Learning skills, including EDA, Data Visualization, traditional ML Fundamentals (Regression, Classification, Clustering, Ensemble methods) using TensorFlow/Keras, PyTorch, Scikit-Learn, Pandas, NumPy, & more, implemented in Python scripts & Jupyter Notebooks.k
mrvaibhavbhardwaj / MCQ Generator And Text Summarizer Added With Copilot Bot This project is an AI-powered MCQ Generator and Text Summarizer built using Python, NLP, and Gradio. It allows users to automatically generate multiple-choice questions (MCQs) and summarize text in two modes — Brief and Detailed.
vbookshelf / Arduino Computer Vision Finger CounterThis project shows how to use serial communication to send data between machine learning python code (running on a laptop) and an Arduino. Getting a machine learning python script to talk to an Arduino opens up a world of possibilities to experiment with homemade Ai powered devices and robotics products.
Bhu1-Krishna0404 / AI Powered Ecommerce Sales Dashboard Using Flask And Power BIThis project is a complete AI-powered web application that predicts e-commerce sales and profit using machine learning and visualizes insights with interactive Python plots and a Power BI dashboard. It is built using Flask and can be easily customized for other datasets.
capgujaran / Construction Snag Tool Llama 3.2 VisionThe Construction Site Snag Detector is a powerful tool built using Python, Gradio, and the Groq platform. It leverages AI to automatically detect defects, unfinished work, and quality issues in construction site images and videos. This solution aims to enhance quality control and project management
shubham99999 / Using AI To Detect Diseases In Tomato PlantTheme of Project- AI in agriculture ; Purpose- Our purpose is to use AI to help us in detecting the various kinds of diseases found in the tomato plant, and then work on finding further solution to the problem. Tech Stack Used- LeNet-5, a pioneering 7-level convolutional network by LeCun et al in 1998, was used to train our model which is based on Tensorflow and Keras frameworks, OpenCV python library was used for image processing part ; Advantages- It will be very helpful for farmers as it will provide an inexpensive way of taking proper care of there plants.
phagmann / PythonPokemonGamePlayDuring my Senior Year of College in 2016, I created a Pokemon game in Python as my capstone project. It involved a machine learning technique called Nonlinear Conjugate Gradient Method, which helped optimized the computer’s AI strategy. One of the hardest challenges in this personal project was to create an effective AI. This required not only to pick the best move but also knowing when to switch out the current Pokemon with another one they have.