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

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

Awesome Lists containing this project

README

        

# Future Vision Transport : Flask API

![Logo](app/static/banner.png)

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

![Accueil](screenshots/FVT_Home.png)

### Prédiction

![Prédiction](screenshots/FVT_Prediction.png)

## Installation

```sh
pip install -r requirements.txt
```

## Lancer l'API

Renommez `.env.example` en `.env` puis tapez dans un terminal :

```sh
python run.py
```