unillett/florale

Sponsored OSS

By UNIL

Updated 27 days ago

FLORALE – français langue orale pour le FLE

Image
Languages & frameworks
Machine learning & AI
Web servers
0

4.3K

unillett/florale repository overview

Introduction

Constitué de transcriptions orthographiques d’émissions de radios suisses et françaises (documentaires et entretiens), FLORALE – français langue orale pour le FLE – est un corpus de français parlé quotidien pour travailler la compréhension orale en français langue étrangère.

Development with Docker

Docker installation

A working Docker installation is mandatory.

Environment files

Copy and rename the following files:

cp example.env .env

You can replace the values if needed, but the default ones should work for development.

Frontend

Development: http://127.0.0.1:8283
Production: https://florale.unil.ch

Environment installation & configuration

Run the following docker commands from the project root directory.

Build & run all the containers for this project:

docker-compose up -d

(-d if you want to run in the background and silence the logs)

Data for the mysql service is persisted using docker named volumes. You can see what volumes are currently present with:
docker volume ls

If you want to remove a volume (e.g. to start with a fresh database), you can use the following command:
docker volume rm volume_name

Deployment with Docker

Copy and rename the following files:

cp example.env .env

You should replace all the values where "# Should be updated" is mentionned since the default ones are not safe for production.

Build & run all the containers for this project:

docker compose up -d

Tag summary

Content type

Image

Digest

sha256:493e89458

Size

282.1 MB

Last updated

27 days ago

docker pull unillett/florale

This week's pulls

Pulls:

151

Last week