diff --git a/README.md b/README.md index 5aeddba..17e8493 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# Task1 \ No newline at end of file +# Task1 +list of working models +
+-zephyr-7b-beta +
+-bigscience/mt0-small +
+-google/flan-t5-xxl +
+-czearing/article-title-generator +
+-bigscience/mt0-large diff --git a/extractor b/extractor new file mode 100644 index 0000000..85f0dc5 --- /dev/null +++ b/extractor @@ -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 |