diff --git a/_data/tools.yaml b/_data/tools.yaml index dc8aa30..d649ba8 100644 --- a/_data/tools.yaml +++ b/_data/tools.yaml @@ -2,31 +2,38 @@ Modele LLM (Large Language Model): - name: Mistral AI logo: "/assets/img/outils/mistralia.png" - description: Mistral AI est une entreprise française, spécialisée dans l'intelligence artificielle générative. Elle développe de grands modèles de langage. + description-fr: Mistral AI est une entreprise française, spécialisée dans l'intelligence artificielle générative. Elle développe de grands modèles de langage. + description-en: Mistral AI is a French company specializing in generative artificial intelligence. It develops large language models. url: https://mistral.ai/ - name: Llama logo: "/assets/img/outils/llama.png" - description: Llama est un modèle de langage développé par Meta, connu pour ses capacités avancées en traitement du langage naturel. + description-fr: Llama est un modèle de langage développé par Meta, connu pour ses capacités avancées en traitement du langage naturel. + description-en: Llama is a language model developed by Meta, known for its advanced natural language processing capabilities. url: https://www.llama.com - name: Anthropic logo: "/assets/img/outils/anthropic.png" - description: Anthropic est une entreprise spécialisée dans le développement de modèles de langage avancés, avec un accent sur la sécurité et l'éthique. + description-fr: Anthropic est une entreprise spécialisée dans le développement de modèles de langage avancés, avec un accent sur la sécurité et l'éthique. + description-en: Anthropic is a company specializing in the development of advanced language models, with a focus on safety and ethics. url: https://anthropic.com/ - name: OpenAI logo: "/assets/img/outils/openai.png" - description: OpenAI est une entreprise dans le domaine de l'intelligence artificielle, connue pour ses modèles de langage comme ChatGPT. + description-fr: OpenAI est une entreprise dans le domaine de l'intelligence artificielle, connue pour ses modèles de langage comme ChatGPT. + description-en: OpenAI is a company in the field of artificial intelligence, known for its language models like ChatGPT. url: https://openai.com/ Plateforme: - name: HuggingFace logo: "/assets/img/outils/huggingface.png" - description: HuggingFace est une plateforme populaire pour le partage et l'utilisation de modèles de machine learning. + description-fr: HuggingFace est une plateforme populaire pour le partage et l'utilisation de modèles de machine learning. + description-en: Hugging Face is a popular platform for sharing and using machine learning models. url: https://huggingface.co/ - name: Poe logo: "/assets/img/outils/poe.png" - description: Poe est une plateforme qui permet aux utilisateurs d'interagir avec divers modèles. + description-fr: Poe est une plateforme qui permet aux utilisateurs d'interagir avec divers modèles. + description-en: Poe is a platform that allows users to interact with various models. url: https://poe.com/ - name: Perplexity logo: "/assets/img/outils/perplexity.png" - description: Perplexity est une plateforme qui offre des outils pour l'analyse et la génération de texte. + description-fr: Perplexity est une plateforme qui offre des outils pour l'analyse et la génération de texte. + description-en: Perplexity is a platform that offers tools for text analysis and generation. url: https://perplexity.ai/ diff --git a/_includes/en-header.html b/_includes/en-header.html new file mode 100644 index 0000000..2852c60 --- /dev/null +++ b/_includes/en-header.html @@ -0,0 +1,39 @@ + + + + + + + + + + + {% seo %} + + + + + + + diff --git a/_includes/en-tools-table.html b/_includes/en-tools-table.html new file mode 100644 index 0000000..fe5669b --- /dev/null +++ b/_includes/en-tools-table.html @@ -0,0 +1,41 @@ +
+
+ No matches. + + {% assign columns = 3 %} + {% for type_hash in include.orgs %} + {% assign slug = type_hash[0] | downcase | replace: ' ','-' | replace: '.','' %} +
+

{{ type_hash[0] }}

+ +
+ {% assign org_count = type_hash[1] | size %} + {% for org in type_hash[1] %} + {% assign column_number = forloop.index0 | modulo: columns %} + {% if column_number == 0 %} +
+ {% endif %} + +
+
+ {% if org.logo %} + + {% endif %} + +
{{ org.description-en }}
+
+
+ + {% if column_number == columns - 1 or forloop.last %} +
+ {% endif %} + {% endfor %} + + {% if org_count % columns != 0 and forloop.last %} +
+ {% endif %} +
+
+ {% endfor %} +
+ diff --git a/_includes/header.html b/_includes/header.html index f60200e..d7f8676 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -15,8 +15,16 @@ + + diff --git a/_includes/tools-table.html b/_includes/tools-table.html index 7ac74c3..4815d89 100644 --- a/_includes/tools-table.html +++ b/_includes/tools-table.html @@ -22,7 +22,7 @@

{{ type_hash[0] }}

{% endif %}
{{ org.name }}
-
{{ org.description }}
+
{{ org.description-fr }}
diff --git a/_layouts/en-home.html b/_layouts/en-home.html new file mode 100644 index 0000000..579cf6d --- /dev/null +++ b/_layouts/en-home.html @@ -0,0 +1,5 @@ +{% include en-header.html %} + +{{ content }} + +{% include footer.html %} diff --git a/assets/img/fr.png b/assets/img/fr.png new file mode 100644 index 0000000..f612e47 Binary files /dev/null and b/assets/img/fr.png differ diff --git a/assets/img/gb.png b/assets/img/gb.png new file mode 100644 index 0000000..2330942 Binary files /dev/null and b/assets/img/gb.png differ diff --git a/docs/en/en-outils.md b/docs/en/en-outils.md new file mode 100644 index 0000000..a30bd23 --- /dev/null +++ b/docs/en/en-outils.md @@ -0,0 +1,16 @@ +--- +title: Tools +layout: en-home +description: Tools +permalink: /en/outils/ +lang: en +--- + +
+
+

Tools

+
+ {% include en-tools-table.html orgs=site.data.tools id="tools" name="tools" %} +
+
+
diff --git a/docs/en/en-principes.md b/docs/en/en-principes.md new file mode 100644 index 0000000..1b8460a --- /dev/null +++ b/docs/en/en-principes.md @@ -0,0 +1,17 @@ +--- +title: Principes +layout: en-home +description: Principes de Gaia +permalink: /en/principes/ +lang: en +--- +
+
+
We provide + open data or private data to GAIA, we ask a question, and it responds by considering the data source.
+
+ + + +
+
\ No newline at end of file diff --git a/docs/en/en-private_data.md b/docs/en/en-private_data.md new file mode 100644 index 0000000..06ad156 --- /dev/null +++ b/docs/en/en-private_data.md @@ -0,0 +1,23 @@ +--- +title: Private Agricultural Data +layout: en-home +description: Private Agricultural Data +permalink: /en/private_datas/ +lang: en +--- +
+

The La Vauzelle Farm Dataset

+
+ By nature, private data is not public. However, to develop this project, we rely on open data from a mixed crop-livestock dairy farm. +
+
+
+ La Vauzelle Farm, located in Charente-Maritime (17), cultivates 115 hectares of mixed crops and has 60 Normande dairy cows. +
+ +

+ Raw Data + Data via Ekylibre + Data via Ekylibre API +

+
diff --git a/docs/en/en-public_data.md b/docs/en/en-public_data.md new file mode 100644 index 0000000..2c21ac8 --- /dev/null +++ b/docs/en/en-public_data.md @@ -0,0 +1,12 @@ +--- +title: Public Agricultural Data +layout: en-home +description: Public Agricultural Data +permalink: /en/public_datas/ +lang: en +--- +
+
+ {% include project-table.html orgs=site.data.public_datas id="public_datas" name="Open Data" %} +
+
\ No newline at end of file diff --git a/docs/en/en-sia2024.md b/docs/en/en-sia2024.md new file mode 100644 index 0000000..5eaf688 --- /dev/null +++ b/docs/en/en-sia2024.md @@ -0,0 +1,85 @@ +--- +title: Recap of the World Premiere at SIA 2024 +layout: en-home +description: Recap of the World Premiere at SIA 2024 +permalink: /en/sia2024/ +lang: en +--- + +
+
+

Topics

+

For more videos, visit our dedicated page: GAIA Videos

+
+
+ + Video thumbnail 1 + +
+
+
+ + Video thumbnail 2 + +
+
+
+ + Video thumbnail 3 + +
+
+
+
+
+ +
+
+

Prototypes

+ +
+
+ +
+
+

Participants and Contributors

+
+ {% include participants-table.html orgs=site.data.participants id="participants" name="Participants" %} +
+
+
+ +
+
+

Recap of the World Premiere at SIA 2024

+ +
+
+ + diff --git a/docs/en/en-sia2025.md b/docs/en/en-sia2025.md new file mode 100644 index 0000000..7ae3e6e --- /dev/null +++ b/docs/en/en-sia2025.md @@ -0,0 +1,41 @@ +--- +title: Sia2025 +layout: en-home +description: Sia2025 +permalink: /en/sia2025/ +lang: en +--- + +
+
+

The Coaches

+ {% include coach-table.html orgs=site.data.coachs id="coachs" name="Coaches" %} +
+
+ +
+
+

Topics

+
+ +
+
+
+ +
+
+

Development Kit

+
+ +
+
+
+ +
+
+

Partners and Tools

+
+ {% include liste-table.html orgs=site.data.liste id="liste" name="list" %} +
+
+
diff --git a/mistral.md b/docs/fr/mistral.md similarity index 99% rename from mistral.md rename to docs/fr/mistral.md index ea7f210..00075ae 100644 --- a/mistral.md +++ b/docs/fr/mistral.md @@ -3,6 +3,7 @@ title: Le modèle Mistral layout: home description: Comment fonctionne Mistral permalink: /mistral/ +lang: fr ---

Pourquoi Mistral et pas un autre moteur LLM

diff --git a/outils.md b/docs/fr/outils.md similarity index 97% rename from outils.md rename to docs/fr/outils.md index d8ad1d7..7edcb42 100644 --- a/outils.md +++ b/docs/fr/outils.md @@ -3,6 +3,7 @@ title: Outils layout: home description: Outils permalink: /outils/ +lang: fr ---
diff --git a/principes.md b/docs/fr/principes.md similarity index 98% rename from principes.md rename to docs/fr/principes.md index 584bbf5..55b4d2f 100644 --- a/principes.md +++ b/docs/fr/principes.md @@ -3,6 +3,7 @@ title: Principes layout: home description: Principes de Gaia permalink: /principes/ +lang: fr ---
diff --git a/private_datas.md b/docs/fr/private_datas.md similarity index 99% rename from private_datas.md rename to docs/fr/private_datas.md index db0c267..c9d091f 100644 --- a/private_datas.md +++ b/docs/fr/private_datas.md @@ -3,6 +3,7 @@ title: Les données agricoles privées layout: home description: Les données agricoles privées permalink: /private_datas/ +lang: fr ---
diff --git a/public_datas.md b/docs/fr/public_datas.md similarity index 97% rename from public_datas.md rename to docs/fr/public_datas.md index 273bad8..0478751 100644 --- a/public_datas.md +++ b/docs/fr/public_datas.md @@ -3,6 +3,7 @@ title: Les données agricoles publiques layout: home description: Les données agricoles publiques permalink: /public_datas/ +lang: fr ---
diff --git a/sia2024.md b/docs/fr/sia2024.md similarity index 99% rename from sia2024.md rename to docs/fr/sia2024.md index 989d5b2..780ee06 100644 --- a/sia2024.md +++ b/docs/fr/sia2024.md @@ -3,6 +3,7 @@ title: Retour sur la première mondiale au SIA 2024 layout: home description: Retour sur la première mondiale au SIA 2024 permalink: /sia2024/ +lang: fr ---
diff --git a/sia2025.md b/docs/fr/sia2025.md similarity index 99% rename from sia2025.md rename to docs/fr/sia2025.md index 1d13cac..8b10c48 100644 --- a/sia2025.md +++ b/docs/fr/sia2025.md @@ -3,6 +3,7 @@ title: Sia2025 layout: home description: Sia2025 permalink: /sia2025/ +lang: fr ---
diff --git a/en/index.html b/en/index.html new file mode 100644 index 0000000..b9ca4ed --- /dev/null +++ b/en/index.html @@ -0,0 +1,83 @@ +--- +layout: en-home +title: Gaia +description: Generative Artificial Intelligence for Agriculture +org_count: 60 +permalink: /en/ +--- + +

Welcome to the GAIA Project

+

(Generative Artificial Intelligence for Agriculture)

+ +
+

GAIA is an open collaborative project between LFD and OSFarm enabling:

+
    +
  • Democratize and acculturate the agricultural world to new technologies.
  • +
  • Develop more quickly from open software building blocks and sustainable data.
  • +
  • Make this technology accessible to the agricultural world, providing new solutions to agricultural challenges.
  • +
+
+ +
+ +
+ +
+

6 Reasons to Adopt Gaia

+
+
+

+ {% octicon terminal height:28 class:"fill-blue d-inline mr-2" aria-label:terminal %} + Gaia is Frugal +

+

Our contributors test and select the most efficient components to build Gaia.

+
+
+

+ {% octicon server height:28 class:"fill-blue d-inline mr-2" aria-label:server %} + Gaia is Open Source +

+

Run Gaia on your servers, on your local applications, or in the cloud.

+
+
+ +
+
+

+ {% octicon beaker height:28 class:"fill-blue d-inline mr-2" aria-label:beaker %} + Gaia Accelerates Your Innovation +

+

Gaia will enable you to quickly implement your new ideas to improve your products faster within the framework of our hackathons organized by La Ferme Digitale.

+
+
+

+ {% octicon tools height:28 class:"fill-blue d-inline mr-2" aria-label:tools %} + Gaia Can Adapt Its Behavior +

+

Integrate, customize, and adapt the model by teaching it new information.

+
+
+ +
+
+

+ {% octicon globe height:28 class:"fill-blue d-inline mr-2" aria-label:globe %} + Gaia is Collaborative +

+

Share your work, exchange with the community, and receive solutions and feedback while saving time and avoiding reinventing the wheel.

+
+
+

+ {% octicon checklist height:28 class:"fill-blue d-inline mr-2" aria-label:checklist %} + Gaia Avoids Procrastination +

+

Look at existing solutions, confront your viewpoint, and test your solution.

+
+
+ +

+ Show me a Level 1 Chatbot → + Show me a Level 2 Chatbot → + Show me a Concrete Project → +

+