reconocimiento elixir desde cero

This commit is contained in:
2025-06-19 09:27:15 -03:00
parent ba9ecfcff4
commit ebf491bc1f
49 changed files with 2682 additions and 0 deletions

View File

@ -0,0 +1,9 @@
defmodule Recognition_VAD do
@moduledoc """
Recognition_VAD keeps the contexts that define your domain
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end