diff --git a/README.md b/README.md new file mode 100644 index 0000000..0237738 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# tfmodel + +This module includes pre-trained models converted for TensorFlow. + +## Requirements + +tfmodel requires nothing but TensorFlow. +SciPy and Keras are required only for unit test. + +## Models + +### VGG 16 + +## Unit Test + +``` +python -m unittest discover -v tests +``` + +## License + +This module itself is released under MIT license. +Note that weights of existing pre-trained models follow each licenses. \ No newline at end of file