🇬🇧 English AI-Translated Articles
2025
Launch of Babel Fish AI: Chrome Extension for Voice Transcription and Translation
Babel Fish AI, a personal project, is an innovative Chrome extension that transforms voice into text with exceptional accuracy while offering an automatic translation option. Designed to be reliable and ad-free, it provides quality voice transcription via OpenAI’s Whisper API. I created this extension partly to fulfill a personal need: to simplify communication with AIs by dictating my requests.
You can use it exclusively for transcription or activate translation to facilitate multilingual communication.
It was also the perfect opportunity to test Roo Code, an AI-assisted development tool.
Update: LibreChat version v0.7.6 with automated deployment on AWS EC2
I am pleased to announce that my project for automated deployment of LibreChat on AWS EC2 has been updated to fix issues related to recent changes in how LibreChat is installed, while now supporting version v0.7.6. This update also includes the ability to choose between On-Demand and Spot instances, as well as improvements to simplify usage, even for beginners.
2024
Even more new AI translations with GPT-4o available on the blog!
I am delighted to announce that my blog is opening up even more to the world with the addition of eight new languages for automatic translations of my articles! The new available languages are:
- Italian: Tradotto da IA in Italiano
- German: KI-Übersetzung auf Deutsch
- Swedish: AI-översatt svenska
- Polish: Tłumaczenie AI na język polski
- Dutch: AI-vertaald Nederlands
- Romanian: Tradus de IA în Română
- Japanese: AI翻訳日本語
- Korean: AI 번역 한국어
New AI Translations with GPT-4o Available on the Blog!
I am pleased to announce that my blog posts are now available in multiple languages thanks to the translation capabilities of artificial intelligence!
The original articles, written in French, are now automatically translated into:
- English : AI-Translated English
- Spanish : Español Traducida por IA
- Portuguese : Português Traduzido por IA
- Chinese : 人工智能翻译英文
- Hindi : AI Anuvadit Hindi
- Arabic : Tarjama Al-Zakaa Al-Sinai
Automatic Translation Script Update: Version 1.5
I am pleased to announce the release of version 1.5 of my script AI-Powered Markdown Translator. This update brings several significant improvements, including updates to default models, optimization of translation prompts, code refactoring, and better output file management.
Creating Children's Stories with Generative AI: The StoryPixAI Adventure
With StoryPixAI, my goal was to create an interactive web application allowing users to generate children’s stories, enriched by images generated by artificial intelligence models. To achieve this, I used several AWS services such as Lambda, API Gateway, DynamoDB, S3, and Cognito for authentication. The infrastructure code is managed with Terraform, and the deployment is automated via GitLab CI. In this post, I unveil the behind-the-scenes of this exciting project, from technological choices to challenges encountered.
Automated Deployment of LibreChat on AWS EC2
This article presents a POC (Proof of Concept) project for the automated deployment of LibreChat on AWS EC2, using Terraform to orchestrate the infrastructure according to the Infrastructure as Code principle, a Bash User-Data script to install components on EC2, and AWS Systems Manager for centralized API key management and deployment tracking. The focus is on automation and cost optimization through the use of Spot instances.
Evolution of the Automatic Translation Script: Integration of Anthropic's Claude
The automatic translation script, already strengthened by the capabilities of OpenAI and Mistral AI, welcomes a new innovation: the integration of Claude, the latest generation artificial intelligence model designed by Anthropic. To discover the results in all languages, I invite you to visit this page: Translations with Anthropic.
Improvement of Code Block Detection in my AI-Powered Markdown Translation Script
While using my AI-powered Markdown translation script (Mistral AI and Open AI) for the README of my project Stable Diffusion on GitLab, I encountered a major problem. Some parts of the text were not translated and some code blocks were incorrectly translated. This article presents the improvement made to resolve this critical issue.
Evolution of my Blog Translation Script: Integration of Mistral AI
In this article, I will talk about the evolution of my blog translation script using artificial intelligence, with the integration of Mistral AI technology. To see results in all languages, I invite you to visit this page: Translations with Mistral AI.
Revolutionizing Blog Article Translations with AI
In this article, I share a Python script developed as a Proof of Concept (POC) for automating the translation of my blog posts, using OpenAI’s GPT-4 language model. This script is specifically designed to process Markdown files in the structure of my Hugo blog, facilitating the multilingual management of my articles. They are available in English, Spanish and Chinese.
2018
Legal Notice
This blog is an online public communication service edited on a non-professional basis as defined by Article 6, III, 2° of the Law 2004-575 of 21 June 2004. In accordance with the provisions of this article, its editor has chosen to remain “anonymous”.
If you have any complaints about the content of this site, comment, or post, please send an email to contact@jls42.org.
The law allows you to directly contact the host: Amazon Web Services
About this blog
This blog in French covers, among other things, themes such as artificial intelligence, automation, and containers.
This is in various environments using Raspberry Pi or Amazon Web Services (AWS).
Without any pretension, it offers automated solution proposals for various technical issues.
The frequency of publication varies according to my free time available.
Infrastructure
Here’s how this blog is created and updated:
More information via this dedicated page