Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Task1
# Task1
list of working models
<br>
-zephyr-7b-beta
<br>
-bigscience/mt0-small
<br>
-google/flan-t5-xxl
<br>
-czearing/article-title-generator
<br>
-bigscience/mt0-large
10 changes: 10 additions & 0 deletions extractor
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
| Libraries/ Techniques | What it does/ Comments | Resources |
|---------------------------------|----------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| ColorThief | Python library that extracts the dominant color palette from an image | Python library packages |
| extcolors 1.0.0 | Python library that takes input as an image and gives output in RGB format or an image of the color palette | Python library packages |
| colorgram.py 1.2.0 | Python library that lets you extract colors from images | Python library packages |
| loading.io | Tool that generates a color palette from the given image, monthly 9.99USD | Software but no API |
| Image Colour Palette Generator in Python | The user uploads an image file and Python program reads this file, converts it to a NumPy matrix, filters out unique colours, count the occurrences of these unique values and then returns the RGB values of the top 10 most occurring colours. | Whole code available at [GeeksforGeeks](https://www.geeksforgeeks.org/image-colour-palette-generator-flask/) |
| Python Palette Extractor | Python library which extracts color palettes for their art from images | Python library |
| PaletteNet | Image Recolorization with Given Color Palette | Research paper link available at [here](https://openaccess.thecvf.com/content_cvpr_2017_workshops/w12/papers/Cho_PaletteNet_Image_Recolorization_CVPR_2017_paper.pdf) |
| ColorNet | A deep learning model that predicts the dominant colors in an image | Research paper available |