This repository contains the projects I worked on during my Codsoft internship. Each project focuses on a different machine learning problem, including credit card fraud detection, customer churn prediction, movie genre classification, and SMS spam detection.
- Detecting fraudulent credit card transactions using machine learning.
- More Details
- Predicting customer churn in a telecom company.
- More Details
- Classifying movies into different genres based on plot summaries.
- More Details
- Detecting spam messages using natural language processing.
- More Details
- Refer to the
requirements.txt
file for a list of dependencies.
- To install the required packages, run:
pip install -r requirements.txt
- To run any of the projects, navigate to the respective project directory and execute the Jupyter notebook.
- This project is licensed under the MIT License.