Go to file
Jim Martens ee38a74382 Added SonarQube project properties
Signed-off-by: Jim Martens <github@2martens.de>
2019-09-02 13:23:33 +02:00
src Added doc comments to public functions in cli module 2019-09-02 13:23:10 +02:00
.editorconfig Added editorconfig 2019-02-04 16:23:13 +01:00
.gitignore Added data directory to git ignore 2019-04-12 13:39:20 +02:00
.gitmodules Added ssd_keras sub-module 2019-03-19 17:21:09 +01:00
LICENSE Improved formatting of LICENSE file 2019-02-08 22:59:17 +01:00
MANIFEST.in Added pycocotools as dependency 2019-04-04 14:23:30 +02:00
README.md Updated README with badges, links and some text 2019-02-08 23:40:45 +01:00
requirements.txt Duplicated project dependencies in requirements.txt file 2019-09-02 13:20:50 +02:00
setup.py Removed duplicate matplotlib requirement 2019-07-04 15:42:16 +02:00
sonar-project.properties Added SonarQube project properties 2019-09-02 13:23:33 +02:00

README.md

Masterthesis

Short blurb about what your product does.

Downloads License Python versions

One to two paragraph statement about your product and what it does.

Installation

pip install twomartens.masterthesis

Please refer to GPU support for instructions on installing the non-Python dependencies for tensorflow.

Usage example

A few motivating and useful examples of how your product can be used. Spice this up with code blocks and potentially more screenshots.

For more examples and usage, please refer to the Wiki.

Development setup

CHANGE

Describe how to install all development dependencies and how to run an automated test-suite of some kind. Potentially do this for multiple platforms.

make install
npm test

Release History

CHANGE

  • 0.2.1
    • CHANGE: Update docs (module code remains unchanged)
  • 0.2.0
    • CHANGE: Remove setDefaultXYZ()
    • ADD: Add init()
  • 0.1.1
    • FIX: Crash when calling baz() (Thanks @GenerousContributorName!)
  • 0.1.0
    • The first proper release
    • CHANGE: Rename foo() to bar()
  • 0.0.1
    • Work in progress

Meta

Jim Martens @2martens github@2martens.de

Distributed under the Apache 2.0 license. See LICENSE for more information.

https://github.com/2martens/

Contributing

  1. Fork it (https://github.com/2martens/masterthesis/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request