An open API service indexing awesome lists of open source software.

https://github.com/learncodingeasy/image_color_analysis

Image Color Analysis
https://github.com/learncodingeasy/image_color_analysis

analysis color color-palette colors django django-rest-framework image images pillow pillow-library primevue python python3 scss vite vue

Last synced: 23 days ago
JSON representation

Image Color Analysis

Awesome Lists containing this project

README

          

# Image_Color_Analysis

![This is an image](https://i.ytimg.com/vi/Q5gg6YGGj0s/hqdefault.jpg?sqp=-oaymwEnCNACELwBSFryq4qpAxkIARUAAIhCGAHYAQHiAQoIGBACGAY4AUAB&rs=AOn4CLAPAUjCr3pNPG-PMPT1B0RJEDbcUw)(https://youtu.be/Q5gg6YGGj0s?si=wc4a_PZwkchecFMn)

### Clone Project

```cmd
git clone https://github.com/LearnCodingEasy/Image_Color_Analysis.git
```

---

---

### Django

```cmd
image_color_analysis_virtual_environment\Scripts\activate
```

```cmd
python manage.py createsuperuser
```

```cmd
python manage.py makemigrations
```

```cmd
python manage.py migrate
```

```cmd
python manage.py runserver
```

---

---

### Vue

```cmd
cd image_color_analysis_vue
```

```cmd
npm run dev
```