Git Product home page Git Product logo

photo-album-organizer's Introduction

Photo Album Organizer

Environment

Install these platforms and package managers:

  • Anaconda
  • Node.js
  • MongoDB

Python Developer Packages

Install the Anaconda packages with this command:

conda init <shell name>
conda create --name organizer keras-gpu "tensorflow-gpu<2" autopep8 pylint dill opencv scikit-learn flask --yes

Training the Models

This instructs the model manager to train every model in its library (train, evaluate, and reclaim storage space). Current working directory must be <project-home>/.

python python/cli.py --all --train --evaluate --removebad

Running the Organizer

Server

Current working directory must be <project-home>/.

python python/run.py

Client

Current working directory must be <project-home>/client.

npm start

Windows 10

Windows 10 blocks scripts by default. Anaconda uses scripts to change Python virtual environments. To get around this, wrap each Python command:

powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& conda activate organizer; python python/cli.py --all --train --evaluate --removebad"

photo-album-organizer's People

Watchers

James Cloos avatar Johnathan Louie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.