0% found this document useful (0 votes)
23 views

Project Workflow

Uploaded by

Maaz Sayyed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Project Workflow

Uploaded by

Maaz Sayyed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

End-To-End Waste Detection Project using Yolo v5

nc: 13

1. GitHub Repository Setup.


2. Project Template Creation (template.py) [Creating Folders in Pythonic Way].
3. Setup Virtual Environment (using conda prompt), Project Setup and Requirements
Installation.
4. Logging , Utils, and Exception .
5. Project Workflows(README.md).
{
I. Update config.yaml.
II. Update params.yaml.
III. Update entity.
IV. Update the configuration manager in src config.
V. Update the components.
VI. Update the Pipeline.
VII. Update main.py.
VIII. Update app.py
}
6. All Components NoteBooks
{
01_data_ingestion.ipynb
02_data_validation.ipynb ### ( We will change train, valid
and test path in data.yaml)
03_model_training.ipynb

}
7. All Components Modular Code Implementation.
8. Training Pipeline( data_ingestion, data_validation, model_training ).
9. Prediction Pipeline and User App Creation using Flask.

You might also like