Introduction:
The goal of this project is to gain insights and identify patterns in the data that can potentially improve the overall performance and customer satisfaction of British Airways.
In today's world, audio files are widely used in various fields such as podcasting, voice notes, and more. However, manually transcribing these audio files can be a tedious and time-consuming task. To simplify this process, we have developed a basic audio transcription web application using the Flask framework.
The application also uses the Flask framework for the web interface. Flask is a lightweight Python web framework that enables us to develop web applications easily. It provides a simple and easy-to-use API for handling requests and responses.
In conclusion, this audio transcription web application using Flask can be a valuable tool for anyone who needs to transcribe audio files quickly and easily. It is a basic application, but it can be further enhanced with additional features and functionalities. The use of the Flask framework and SpeechRecognition library make it easy to develop and maintain. This application can be a time-saver for podcasters, journalists, students, and anyone who needs to transcribe audio files regularly.
Credit card fraud is a pervasive problem that affects both consumers and financial institutions. With the increase in online transactions, the risk of fraud has also increased. In this project, we aimed to develop a model to detect credit card fraud using machine learning techniques.
SMOTE create elements specifically for the minority class. The algorithm picks examples from the feature space that are close to one another, draws a line connecting the examples, and then creates a new sample at a position along the line.
Random Forest Test Results |
XGBoost Test Results |
In this project, we successfully developed a credit card fraud detection model using machine learning techniques. By implementing oversampling and undersampling techniques, we were able to improve the performance of our models and achieve good results. The Random Forest model was found to be the best performing model in terms of precision and F1 score, while the XGBoost classifier had a better recall score.