├── LICENSE ├── README.md ├── demo.gif ├── requirements.txt └── tinysfm.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postmalloc/tinysfm/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postmalloc/tinysfm/HEAD/README.md -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postmalloc/tinysfm/HEAD/demo.gif -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postmalloc/tinysfm/HEAD/requirements.txt -------------------------------------------------------------------------------- /tinysfm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postmalloc/tinysfm/HEAD/tinysfm.py --------------------------------------------------------------------------------