Welcome to Tensionflow’s documentation!¶
Readme File¶
# Tensionflow
[](https://travis-ci.org/Curly-Mo/tensionflow) [](https://coveralls.io/github/Curly-Mo/tensionflow) [](https://tensionflow.readthedocs.org/en/latest/?badge=latest) [](https://pypi.python.org/pypi/tensionflow) [](https://pypi.python.org/pypi/tensionflow) [](https://github.com/Curly-Mo/tensionflow/blob/master/LICENSE)
A Tensorflow framework for working with audio data.
## Features
- TODO
## Usage
- TODO
## Install
`console
pip install tensionflow
`
## Documentation See https://tensionflow.readthedocs.org/en/latest/
## Development
`console
pip install poetry
cd tensionflow
poetry install
`
### Run
To run cli entrypoint:
`console
poetry run tensionflow --help
`
### Tests
`console
poetry run tox
`
### Docker
To run with docker
`console
docker build -t tensionflow .
docker run tensionflow:latest tensionflow --help
`