Personal Milestone -> Working on ML project, using CI/CD to maintain the project, and the deployment of the project using docker in AWS INfra.
- Data source | Air Pressure Data that is taken from MongoDB, was picked from the https://www.scania.com/ website.
- Goal | We need to identify whether the engine failure of a heavy duty vehicles are due to air pressure system or not.
The problem is to reduce the cost due to unnecessary repairs. So it is required to minimize the false predictions.
- Python
- FastAPI
- Machine learning algorithms
- Docker
- MongoDB
- AWS S3
- AWS EC2
- AWS ECR
- Git Actions
Before we run the project, make sure that you are having MongoDB in your local system, with Compass since we are using MongoDB for data storage. You also need AWS account to access the service like S3, ECR and EC2 instances.
Mongo DB URL:
"mongodb+srv://dbUser:<Password>@cluster0.z9ypkxp.mongodb.net/test"