https://github.com/bethanyjep/colour-picker-app
A web-app colour picker to help you create the perfect brand colour that perfectly matches your favourite images.
https://github.com/bethanyjep/colour-picker-app
azure cognitive-services computer-vision flask
Last synced: about 2 months ago
JSON representation
A web-app colour picker to help you create the perfect brand colour that perfectly matches your favourite images.
- Host: GitHub
- URL: https://github.com/bethanyjep/colour-picker-app
- Owner: BethanyJep
- Created: 2022-02-28T10:54:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:31:56.000Z (almost 2 years ago)
- Last Synced: 2025-10-20T15:23:54.065Z (8 months ago)
- Topics: azure, cognitive-services, computer-vision, flask
- Language: Jupyter Notebook
- Homepage: https://colour-palette.azurewebsites.net/
- Size: 7.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Colour Picker App
A web-app colour picker to help you create the perfect brand colour that perfectly matches your favourite images.
## Screenshots



## Run Locally
Clone the project
```bash
git clone https://github.com/BethanyJep/colour-picker-app.git
```
Install virtual environment
```
python -m venv env
```
Activate virtual environment (Windows)
```
env\Scripts\activate
```
Install requirements
```
pip install -r requirements.txt
```
Run the app (http://127.0.0.1:5000/)
```
flask run
```
## Tech Stack
**Tech:** Flask, HTML/CSS
**CI/CD:** GitHub Actions
**Azure:** Azure Custom Vision Services, Azure Web App
## Badges
[](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
## Further Resources
- [Analyze images with the Computer Vision service - Learn | Microsoft Docs](https://docs.microsoft.com/en-us/learn/modules/analyze-images-computer-vision/)
- [Computer Vision | Microsoft Azure](https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/#overview)
- [Computer Vision documentation - Quickstarts, Tutorials, API Reference - Azure Cognitive Services | Microsoft Docs](https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/)
- [Sample: Explore an image processing app in C# - Azure Cognitive Services | Microsoft Docs](https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/tutorials/csharptutorial)