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
- Host: GitHub
- URL: https://github.com/learncodingeasy/image_color_analysis
- Owner: LearnCodingEasy
- License: other
- Created: 2025-03-29T09:24:26.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-12T01:15:39.000Z (10 months ago)
- Last Synced: 2025-04-12T02:26:30.927Z (10 months ago)
- Topics: analysis, color, color-palette, colors, django, django-rest-framework, image, images, pillow, pillow-library, primevue, python, python3, scss, vite, vue
- Language: Vue
- Homepage:
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image_Color_Analysis
(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
```