Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.23 KB

File metadata and controls

17 lines (14 loc) · 1.23 KB

Task Folder Details

Note : Please Follow the below guidelines to create task folders

  • Task Folder Naming Convention : task-n-taskname.(n is the task number) ex: task-1-data-analysis, task-2-model-deployment etc.
  • All Task folder names should be in chronologial order (from 1 to n)
  • All Task folders should have a README.md file with task Details and task goals along with an info table containing all code/notebook files with their links and information
  • Task folders that contain sub-tasks can create sub folders within the task.
  • Update the below table explaining the task details.

Task Table

Task No Task Name Details
1 Data Collection and Preprocessing This task involves finding data sources, collection of image data and preprocessing the images.
2 Data Preparation This task focuses on preparing train, test and validation set along with creating labels/ annotations.
3 Model Building This task focuses on to build a classifier model, along with model pipeline. This task has to continuously coordinate with task-4 model deployment.
4 Model Deployment and Testing Model deployment pipeline, model deployment and its testing will be done in this task. This task has to continuously coordinate with task-3 as well.