---
title: '2022 19 Aug'
date: 2022-18-Aug 23:52:11
tags: ['daily']
---

## 19 Aug
+ ML TDS iris dataset/ lab records
+ websites blog/daily

# image grading

+ Create a program which will show the color grading having in it 
> You can use the ffmpeg, sxiv, pywal, 
    ```scheme
    list of pics with inlined color grading pattel
    like
    image | color pattel 
    tools : less, pywal, ffmpeg, 

    ```
+ got the idea how to do it
> take the image loop through each pixel in it (ie. 0-255) and categorise 0-255 into 10 category and store them in the list or compare with dictionary
> get the rgb code for and store them in a list or dictionary, categorise and compare them with the values recived from looping print the pattel color in tolts 10 list inlined with the image
> after getting the pattle code sort them in the order
