Metadata-Version: 2.1
Name: tf2-initializer
Version: 0.5
Summary: A tf2 project initializer
Home-page: https://github.com/zankner/tf2-initializer
Author: Zack Ankner
Author-email: zackankner@gmail.com
License: UNKNOWN
Description: # tf2-initializer 
        Project sturcture to initialize tf2 projects
        
        ## Install
        To install the current version run the following:
        `pip install tf2-initializer`
        
        This package currently only supports python versions >= 3.7.
        
        ## Usage
        Running tf2-initializer will generate a project structure for building a custom subclassed model in tensorflow 2.0.
        This project includes support for pre-processing data, defining a model, and training a model.
        
        To run the initializer enter the following into your terminal:
        `tf2-initializer`
        
        Running the above will prompt you to enter the name of the directory where you would like the tf2-initializer to be spawned.
         - If you would like to use the current directory as the root of your project, simply hit return
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Description-Content-Type: text/markdown
