Projects

Placeholder

eMAG Price Tracker

Python app that runs hourly in the cloud to check for a price drop for a given product on the eMAG.ro shopping website. An SMS is sent to the client once there is a price drop. Check out the full project here

Python
BeautifulSoup
Twilio API
Amazon EC2
Placeholder

eMAG Headpones Price/Performance analysis

In this report, we'll analyze the price/performance of various headphones listed on the eMAG.ro shopping website. Data will be scraped, cleaned, and analyzed. Correlation betweeen various factors such as price, number of comments and ratings will be investigated. Check out the full project here

Python
BeautifulSoup
Pandas
Seaborn
Matplotlib
Placeholder

Flight Tracker

By just entering the city and the minimum price in Google Sheets, user receives an SMS if there's a flight cheaper than their budget. Check out the full project here

Python
Sheety API
Kiwi API
Twilio API
Placeholder

Artificial Neural Network with Numpy

In this project, a fully functional Neural Network was created using only the numpy library to analyze handwritten digits. The script conducts forward and backward propagation using core mathematical concepts and matrix operations. Check out the full project here

Python
Numpy
Matplotlib
Placeholder

2D Static and Thermal Solver GUI Program

Standalone MATLAB GUI program that can mesh and solve any given 2D shape without exterior libraries. It uses Delaunay triangulation method for meshing and Finite Element Method for solving. Check out the full project here

MATLAB