https://github.com/abdess/future-vision-transport-api
API Flash de segmentation d’image
https://github.com/abdess/future-vision-transport-api
cityscapes segmentation
Last synced: 4 months ago
JSON representation
API Flash de segmentation d’image
- Host: GitHub
- URL: https://github.com/abdess/future-vision-transport-api
- Owner: Abdess
- Created: 2022-07-20T16:10:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T20:08:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-11T11:17:49.283Z (5 months ago)
- Topics: cityscapes, segmentation
- Language: HTML
- Homepage: https://future-vision-transport.herokuapp.com/
- Size: 77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Future Vision Transport : Flask API

API Flask qui prend une image en entrée pour fournir une segmentation d’image en sortie.
Pour plus de détails techniques, vous pouvez consulter le code du projet sur [ce dépôt](https://github.com/Abdess/Future-Vision-Transport).
## Screenshots
### Accueil

### Prédiction

## Installation
```sh
pip install -r requirements.txt
```## Lancer l'API
Renommez `.env.example` en `.env` puis tapez dans un terminal :
```sh
python run.py
```