Filter
Exclude
Time range
-
Near
πŸš—βš‘ What if a regular CCTV camera could measure vehicle speed using AI? This project combines YOLO, ByteTrack, and Computer Vision to detect vehicles, track them in real time, and estimate their speed automatically. 🀯 βœ… Vehicle Detection βœ… Real-Time Tracking βœ… Speed Estimation βœ… Motion Trails βœ… Smart Traffic Analytics The best part? It’s built with open-source tools and runs on standard video footageβ€”no expensive speed camera hardware required. πŸ’¬ Comment β€œSPEED” and I’ll send the project details. πŸ“Œ Save this reel for your next AI project. πŸ”„ Share with a friend who loves AI and Python. #AI #ArtificialIntelligence #ComputerVision #YOLO #Python MachineLearning DeepLearning OpenSource Coding Programmer SoftwareEngineer DataScience Robotics Automation SmartCity VehicleTracking SpeedDetection Tech Engineering AIProjects PythonProjects TechReels FutureTech Developer Innovation
3
2
30
1,635
Still searching YouTube & Google final year project?πŸ§πŸ”Ž πŸ”— Website: clickmyproject.com/ #clickmyproject #BraveheartWomen #RajivGandhi #finalyearproject #pythonprojects
34
Excited to keep pushing my limits and growing in data analytics and Python development. Onto the next. πŸ’»πŸ“Š #CodeAlpha #WebScraping #Python #DataAnalytics #DataScience #BeautifulSoup #Automation #LearningInPublic #TechJourney #DataAnalyst #PythonProjects #OpenToWork
2
3
21
πŸš€ DAY - 47/100 Built a πŸͺ Cookie Clicker Automation Bot using Python 🐍 Selenium πŸ€– ✨ Features: β€’ Auto cookie clicking πŸͺ β€’ Automatic upgrade purchasing ⬆️ β€’ Product buying automation πŸͺ β€’ Dynamic browser interaction 🌐 β€’ Autonomous gameplay loop 🧠 βš™οΈ Workflow: Browser 🌐 β†’ Python 🐍 β†’ Selenium πŸ€– β†’ Click Cookie πŸͺ β†’ Buy Upgrades ⬆️ β†’ Increase CPS πŸ“ˆ πŸ› οΈ Tech Used: Python 🐍 Selenium πŸ€– ChromeDriver 🌐 πŸ“š Currently Learned C : β€’ Introduction to C πŸš€ β€’ Operators βž• β€’ Functions βš™οΈ β€’ Arrays πŸ“¦ β€’ Loops πŸ” β€’ Conditional Statements 🌿 🎯 Next Topic: 2D Arrays 🧠 πŸ”— GitHub Repo: github.com/guptaji0358/cooki… For detailed implementation, code, and project structure πŸ‘¨β€πŸ’»πŸš€ #Python #Selenium #Automation #CPP #Coding #100DaysOfCode #PythonProjects #GitHub #ChatGPT #DAY48 #Game #Cookie #AngelaYu #Udemy
1
29
πŸš€ Day 47/100 Python Challenge Built πŸ›’ BudgetBuy β€” a Python automation project that helps users instantly check whether a product is affordable or still expensive based on their budget πŸ’Έ Users can paste an Amazon product URL, enter their target budget, and BudgetBuy automatically fetches the real-time product price ⚑ If the product becomes affordable, the system sends an automated email alert πŸ“§ ✨ Features: β€’ πŸ”— Amazon URL Product Tracking β€’ πŸ’° Smart Budget Comparison β€’ πŸ“§ Automated Email Alerts β€’ 🎨 Colored CLI Interface β€’ ⚑ Real-time Price Monitoring β€’ πŸ›‘οΈ Error Handling & Validation 🧠 Tech Used: β€’ 🐍 Python β€’ 🌐 BeautifulSoup4 β€’ πŸ“§ SMTP β€’ ⚑ Requests β€’ 🎨 Colorama πŸš€ Open for future developer upgrades: β€’ πŸ›οΈ Flipkart Integration β€’ πŸ‘• Myntra Integration β€’ πŸ›’ Meesho Integration β€’ πŸ€– Telegram Notifications β€’ πŸ–₯️ GUI/Desktop Version ⚠️ Why this post was delayed: β€’ πŸ’» My laptop got damaged, so repair time took longer than expected β€’ 🏠 Relatives came to my home and the devices were constantly occupied πŸ˜… β€’ πŸ“š Alongside this project, I also started learning C 🧠 Currently learned in C : β€’ πŸ”Ή Introduction β€’ πŸ”Ή Operators β€’ πŸ”Ή Decision Making β€’ πŸ”Ή Loops ➑️ Next Topic: Functions πŸš€ πŸ“Œ For detailed workflow, setup process, Gmail App Password guide, project structure, and future upgrade plans β€” check out the GitHub repository below πŸ‘‡ πŸ”— GitHub Repo: github.com/guptaji0358/Amazo… #Python #100DaysOfCode #PythonProjects #WebScraping #Automation #BuildInPublic #Amazon #CLI #Day47 #AngelaYu #Clipchamp #VSCode #AmazonIn #Udemy #ChatGPT #AI
16
Day 11 of #100DaysOfCode πŸš€ Built a Python tool that tracks how many times a file changes in real time πŸ‘€ Every edit gets detected instantly ⚑ Feels simple but watching live file activity is weirdly satisfying 😭 #Python #Coding #Developer #PythonProjects #BuildInPublic
5
41
Python Programming Language (Practice Projects) ⏱️ 1.8 hours ⭐ 4.06 πŸ‘₯ 11,816 πŸ”„ Sep 2023 πŸ’° $14.99 β†’ 100% OFF comidoc.com/udemy/python-clo… #Python #LearnToCode #PythonProjects #udemy
29
Just playing around with while loops today πŸ˜‡ Started simple, But ended off in a ditch, feel free to make changes πŸ˜‰ Python: print('''πŸš— Welcome to the Car Simulator! Type HELP to get started.''') countdown = 10 command = "" car_on = False while command != "quit": command = input("\nType your Command: ").lower().strip() if command == "help": print(''' 🚦 COMMANDS: on - Start the vehicle off - Stop the vehicle (without brakes) break - Apply brakes... or try to 😈 quit - Exit game ''') elif command == "on": if not car_on: print("πŸ”₯ VOOM.............!!!!!! Engine ON!") car_on = True else: print("Car is already running bro πŸ”₯") elif command == "off": if car_on: print("VOMMM THHSSS ... ... .. . . . πŸ›‘ Engine OFF") car_on = False else: print("Car is already off...") elif command == "break": print("πŸ›‘ Break failed...... Any Last words?") last_words = input("What's your last words?: ") print("Are you sure this is your last? (y/n)") respond = input("> ").lower() if respond == "y": print("πŸ’€ Message sent to the Lord and your Family *--*") print("See you on the other side!! *haha*") else: print("Well that was your last hahah") print("⏳ Countdown till self destruction begins!!!") while countdown >= 0: print(countdown) countdown -= 1 print("πŸ’₯ BOOM! You crashed into a governmental building... You are Dead!!! ***") break # Game over else: print("Unknown command. Type 'help' for options.") #Python #100DaysOfCode #Coding #BuildInPublic #LearnPython #CodeNewbie #PythonProjects
20