Metadata-Version: 2.1
Name: manim-express
Version: 0
Summary:  ML/DL tools function library
Home-page: https://github.com/beidongjiedeguang/mainm_express
Author: K.y
Author-email: beidongjiedeguang@gmail.com
License: MIT
Description: * 中文维基  
          https://manim.wiki/  
          https://manim.wiki/shaders/
        
        
        * Update manim:
        
          * linux:
            ```bash
            ./nightworkflow.py
            ```
            
          * windows:
            ```bash
            git checkout master setup_manimlib.py setup.cfg requirements.txt
            pip install -e .
            # windows poershell:
            rm setup.*
            rm requirements.txt
            rm .eggs -r -fo
            ```
        
        * 早期版本的常见问题：  
          https://manim-kindergarten.github.io/manim_document_zh/problems/index.html
          
        * 3B1B videos:  
          https://github.com/3b1b/videos
        
        
        * 请运行示例在根目录下，即本README.md所在目录。
          
        * GOA model
          <img src="data/pic/GOA.PNG" width = "900"/>
Keywords: Deep Learning,Machine Learning,Neural Networks,Natural Language Processing,Computer Vision
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
