Skip to content

asifhub452/Python-Resume-Projects

 
 

Repository files navigation

Python Full Fledged Projects

  • The Portfolio project: Files = database.csv, requirements.txt, webPy.py Folders = static, templates

  • The Car & Pedestrian tracking using Python-AI: we are using here HAAR Features & pre-trained XML files to detect a car and pedestrian. Algorithm:

  1. Get a video including cars and pedestrians in it.(Ref_Video: https://www.youtube.com/watch?v=WriuvU1rXkc)
  2. convert the Video into grayscale for fast implementation (RGB has lots of data)
  3. How to train Computer? 3.1 "Haar-Features" are used to recognize objects in Real-Time 3.2 We will place these features on the car and pedestrian. the black part will add the all pixels of dark/ shadower part & white will add the white pixels to generate a number.
  • The Craigslist Clone: -This clone is made using scraping information from original Craigslist. -I have used here Beautiful Soup library in Python for web scraping. -And for front end materialized css is used. -All the scraped information is showed in css cards.

About

This repository contains Portfolio Project a AI based project and some more projects coming soon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.4%
  • Python 15.4%
  • CSS 0.2%