DATASCIENCE PROJECTS
Project 2: Deep CNN Classifier
Created a tool that easily classify the cat and dog images The aim of this project is to build a machine learning model that can accurately classify images of dogs and cats. The model is trained on a dataset of labeled images of dogs and cats, with transfer learning on VGG16 imagenet dataset. and will be able to predict the correct label for new images. It help’s the viewers to easily classifiy Cat and Dog with 90% accuracy Deployed this Project for Internship(at Ineuro.ai) (as Freasher) Built a client facing API using streamlit

- Update config.yaml
- Update secrets.yaml [Optional]
- Update params.yaml
- Update the entity
- Update the configuration manager in src config.
- Update the components
- Update the pipeline
- Test run pipeline stage
- run tox for testing your package
- Update the dvc.yaml
- run “dvc repro” for running all the stages in pipeline