https://github.com/andreped/pyfast-examples
https://github.com/andreped/pyfast-examples
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreped/pyfast-examples
- Owner: andreped
- License: mit
- Created: 2021-05-24T19:21:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T19:42:10.000Z (about 5 years ago)
- Last Synced: 2025-08-31T01:54:41.326Z (10 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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