Project structure

Understand how Remède is structured.

  • server.py: Main API, made with Fastapi
  • data/: Dataset and Remède databases
  • app/: Ionic project
  • api-definition: API to fetch Wictionary definitions (it’s a git submodule)
  • scripts/: Scripts to parse, generate and make migrations on the database.
  • docs/: The website and blog of Remède. The documentation is at labsesoftware/docs.remede.camarm.fr
  • corrector/: Docker to run languagetool API
  • tts/: Docker compose to run nanotts with opentts
  • builds/latest: Latest builds for platforms (can be outdated…)