Skip to content

CarolusSolis/albumy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Albumy

Capture and share every wonderful moment.

Example application for Python Web Development with Flask (《Flask Web 开发实战》).

Demo: http://albumy.helloflask.com

Screenshot

Installation

clone:

$ git clone https://github.com/CarolusSolis/albumy.git
$ cd albumy

create & activate virtual env then install dependency:

with conda:

$ conda create -n albumy python=3.8
$ conda activate albumy
$ pip install -r requirements.txt

Create a Azure vision key, link: https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/

Create a file called .env in the root directory of the project and add the following configuration:

VISION_KEY=<your Azure vision key>
VISION_ENDPOINT=<your Azure vision endpoint>

generate fake data then run:

$ flask forge
$ flask run
* Running on http://127.0.0.1:5000/

Test account:

  • email: admin@helloflask.com
  • password: helloflask

License

This project is licensed under the MIT License (see the LICENSE file for details).

About

A photo-sharing social networking built with Flask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 28.4%
  • HTML 19.1%
  • JavaScript 14.3%
  • CSS 10.8%
  • SCSS 9.4%
  • Less 9.4%
  • Other 8.6%