An open API service indexing awesome lists of open source software.

https://github.com/andreped/pyfast-examples


https://github.com/andreped/pyfast-examples

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# pyFAST-Examples

1) Create virtual environment and install dependencies:
```
virtualenv -ppython3 venv --clear
source venv/bin/activate
pip install -r /path/to/requirements.txt
```

2) Run example script, for instance:
```
python3 neural_network_image_segmentation.py
```

------
Made with :heart: and python