Follow the steps below to set up your environment and run the project:
Enhance your coding experience with VS Code. It's a powerful and lightweight editor for code development.
Manage environments and dependencies seamlessly with Anaconda. It’s a must-have for data science projects!
Version control made easy. Get Git from Git SCM. Perfect for collaboration and keeping track of your code.
Design beautiful, interactive flowcharts with Whimsical. Plan your project effectively!
Ensure you have Python 3.8+ installed by downloading it from Python.org. Python is the backbone of this project!
Leverage Evidently AI for advanced model monitoring and performance metrics. Make sure your models stay on track!
Access the dataset for the project on Kaggle. Get the data and start building!
Use the following commands to manage your code changes and push them to GitHub:
git add .
git commit -m "Your commit message"
git push origin main
Use the following commands to set up and start working on the project:
conda create venv python==3.8 -y
conda activate
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details.
- Dataset provided by Kaggle.
- Evidently AI for MLOps and monitoring tools.