-
Notifications
You must be signed in to change notification settings - Fork 2
Individual Contributions
NicholsKyle edited this page May 11, 2018
·
5 revisions
- I worked with Nicky on the implementation of the web scrapping aspect of the project. This involved learning to use Python and the Beautiful Soup library in order to parse through the HTML of our Facebook group to obtain the members' names and profile pictures and saving them into the directory that the facial recognition software is pulling from.
- Worked with Jake on the facial recognition side os this project. Specifically, we figured out how to use and implement the glob API, which reads in the pictures saved from the web scrapping. Additionally, we tried to solve the PYNQ to monitor lag issue, but was unsuccessful.
- Designed and completed the Wiki and README.
- Webscraping of FaceBook with Beautiful Soup 4
- Managed scraped data to make it usable by the facial recognition program
- Optimized run times to run on PYNQ board