Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hungle00/flask-mini-pinterest
For The Microsoft Azure Trial Hackathon on Dev.to
https://github.com/hungle00/flask-mini-pinterest
azure flask
Last synced: 21 days ago
JSON representation
For The Microsoft Azure Trial Hackathon on Dev.to
- Host: GitHub
- URL: https://github.com/hungle00/flask-mini-pinterest
- Owner: hungle00
- License: mit
- Created: 2022-02-16T04:44:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T15:56:57.000Z (over 2 years ago)
- Last Synced: 2024-10-08T01:22:04.306Z (about 1 month ago)
- Topics: azure, flask
- Language: CSS
- Homepage:
- Size: 688 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mini Pinteret with Flask for Azure Trial Hackathon
* View demo on https://lmh-pinterest.azurewebsites.net
### How to setup on local
```
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
export FLASK_APP=app.py
export FLASK_ENV=development
```
Rename .env.example to .env and put your key.
```
flask run
```### Azure Services
- Azure App Service for deployment
- Azure Blog Service for upload file
- Azure Database for PostgreSQL ( database in production )
- Computer Vision for Image Analysis, tagging, recommend similar image### General functionality
- Authenticate users (login/signup pages + logout)
- CRUD Pins
- Upload images as a pin
- Search pins by tag
- Recomendation similar image by tagging