"INSERT IDEAS HERE"

DAVID ZHAO /

I'm always excited to start new projects and try new technologies! Below is a portfolio of my projects as well as a description of the project, the technologies used, and the source code for each. Some of these projects took two days, and some of them have lasted over a year. Regardless, I'm really proud of every single one of them.



"DRONESCAN"

At UPS's Summer Internship Hackathon, my team and I developed "DroneScan", a mobile application that conducts automatic cycle counting in warehouses using a DJI Phantom 4 drone. The app controls the drone and gives instructions on where to move next in the warehouse. Using the live feed from the drone's camera, barcodes in the image are scanned and analyzed and then stored into a database.

Technologies used: Android Studio, DJI Mobile SDK, Google Mobile Vision API

Acknowledgements: Second Place, c/o Max Spehr, Abele Amsalu, Amy Zhuang, and Nusrat Sultana



"RESTOCKX"

One problem that I frequently encounter is coming across a product that I like a lot, but is currently sold out. To solve this, I created RestockX, an instant notification tool that continuously checks the products that I input to see if they are back in stock. If it does, then RestockX sends me an email and text message notifying me that I can spend my money on a hyped item.

Technologies used: Python, Requests API, and BeautifulSoup4 API