kmcdon10 / artwork-image-processor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Artwork Image Processor

This is a Django application that leverages the Tensorflow library to transfer painting styles onto images.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

TODO: What things you need to install the software and how to install them

Python 3.6
Django 2.1.2
Tensorflow 1.10
Bootstrap 4.1.3

Installing

Navigate to the project root in your command line / terminal and run the runserver command to start the development server

python manage.py runserver

In a browser, navigate to `http://localhost:8000' to load the root webpage

Running the tests

Run the following commands to execute the test suite:

python manage.py test

Break down into end to end tests

TODO: Explain what these tests test and why

Give an example

And coding style tests

TODO: Explain what these tests test and why

Give an example

Deployment

TODO: Add additional notes about how to deploy this on a live system

Contributing

TODO: Create Contribution Guidelines

Ex: Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

TODO: Create Versioning Guidelines We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL 3.0 License - see the LICENSE.md file for details

Acknowledgments

TODO

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 90.7%Language:Python 7.5%Language:HTML 1.8%