Coder Social home page Coder Social logo

photo-tagger-v2's Introduction

Photo Tagger - A Django Tensor Flow Project

This project is based off of the following tutorial and base template https://docs.djangoproject.com/en/2.1/intro/tutorial01/

Setting up your environment

If you don't already have conda, install conda Take some time to learn about conda:

You can clone this repository, install all dependencies and try it in your browser quite easily:

git clone https://github.com/PhotoTagger/django-initial.git
cd django-initial
conda env create -n photoTaggerEnv -f=./environment.yml
source activate photoTaggerEnv
python manage.py runserver

Rules for committing new code

Lets agree on a short list of leading active verbs:

add: Create a capability e.g. feature, test, dependency.
delete: Remove a capability e.g. feature, test, dependency.
fix: Fix an issue e.g. bug, typo, accident, misstatement.
build: Change the build process, or tooling, or infra.
refactor: A code change that MUST be just a refactoring.
docs: Refactor of documentation, e.g. help files.

Ex: git commit -m "Add: Added API to urls.py"

Useful Conda Commands

Installing dependencies that were added to the environment.yml file

conda env update environment.yml
conda activate photoTaggerEnv or source activate photoTaggerEnv

Viewing current dependencies installed within an environment conda list

###Sharing dependencies

Instead of doing a conda install <package> you should manually add it to the environment.yml file and then follow the instructions above to perform a conda update

Testing

Unit tests for this module only can be run using this command from the project root /django-initial:

python manage.py test imageprocessor.tagservice

This module's tests will also be included automatically as part of overally django test suite by running this command from the project root /django-initial:

python manage.py test

photo-tagger-v2's People

Contributors

arunach2 avatar edrw avatar grudger007 avatar jam715 avatar kmcdon10 avatar

Watchers

 avatar  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.