As part of my certification in web programming, I have developed several webpages each with different functionalities. This post goes through three of the projects that I did.
Used MySQL and mysql package in python to build a relational database model that stores the players, teams, stadiums, referees, staffs and matches.
This app was developed as my dissertation project for my Masters in Data Science degree. This app attempts to study a new approach in screenplay analysis and movie recommendations using the transformers model and new visualizing techniques.
Github file As part of the forage’s digital experience I have used the XGboost algorithm to predict the outcome of a customer booking process and extract the important features that affect the decision to purchase the airline ticket. To start the machine learning process we have to explore and understand the data. I have done…
Github Repository Scrapy is a powerful python library to scrape the internet and mine data. I have used Scrapy to mine the review data for British Airways from the Skytrax review website and store it in a json file format. Regex is used to format the text review and matplotlib is used to get insights…