@ Flaven.net

Bruno Flaven's website

Skip to content
Menu
  • Blog
  • My resume
  • Clients
  • Publications
  • Videos
  • Quotes
  • 3WDOC

Tag: Python

Sustainable AI: Tracking Carbon Footprints of Mistral Models with Ollama & CodeCarbon

This video series explores explore the environmental impact of artificial intelligence and challenge the narrative that AI is inherently sustainable. I break down the real…

Continue reading → Sustainable AI: Tracking Carbon Footprints of Mistral Models with Ollama & CodeCarbon

Read More

Beyond Subtitles: AI-Powered Video Content Discovery #ia #nlp #spacy #whisper #streamlit #python

This video covers advanced techniques for analyzing subtitle files using machine learning models. We explore a Streamlit application that uses the spaCy library to load…

Continue reading → Beyond Subtitles: AI-Powered Video Content Discovery #ia #nlp #spacy #whisper #streamlit #python

Read More

Promptfoo: The Ultimate Tool for Ensuring LLM Quality and Reliability (Part 2)

An article exploring the process for testing the output of Large Language Models (LLMs) using a tool called “promptfoo.” This tool allows developers to evaluate…

Continue reading → Promptfoo: The Ultimate Tool for Ensuring LLM Quality and Reliability (Part 2)

Read More

Video #6 Streamlit Mastery: View Whisper Transcripts & Prevent Page Reloads

This video is part of a post “Building a Vue.js SPA (Single Page Application) Frontend with FastAPI Backend for AI Integration” QUICK DESCRIPTION Transitioning from…

Continue reading → Video #6 Streamlit Mastery: View Whisper Transcripts & Prevent Page Reloads

Read More

Video #3 Display API Data using Vuejs & Axios: Step-by-Step Tutorial

This video is part of a post “Building a Vue.js SPA (Single Page Application) Frontend with FastAPI Backend for AI Integration” QUICK DESCRIPTION Transitioning from…

Continue reading → Video #3 Display API Data using Vuejs & Axios: Step-by-Step Tutorial

Read More

Video #2 Master Vuejs: Build Your First App and Project with Ease

This video is part of a post “Building a Vue.js SPA (Single Page Application) Frontend with FastAPI Backend for AI Integration” QUICK DESCRIPTION Transitioning from…

Continue reading → Video #2 Master Vuejs: Build Your First App and Project with Ease

Read More

#3 IA Text Translation : Usecase with FastAPI and Roberta (xlm-roberta-base, xlm-roberta-large) for Masked language modeling

This video is part of a post “Crafting Fluent Translation API: A quick Journey into Text Translation with NLLB, HuggingFace, and FastAPI, Plus a small…

Continue reading → #3 IA Text Translation : Usecase with FastAPI and Roberta (xlm-roberta-base, xlm-roberta-large) for Masked language modeling

Read More

#2 IA Text Translation : Revolutionize Translation Apps with Gradio: A Quick Guide to Building and Sharing Your Own Apps!

This video is part of a post “Crafting Fluent Translation API: A quick Journey into Text Translation with NLLB, HuggingFace, and FastAPI, Plus a small…

Continue reading → #2 IA Text Translation : Revolutionize Translation Apps with Gradio: A Quick Guide to Building and Sharing Your Own Apps!

Read More

#1 IA Text Translation : Unlocking Multilingual Text Translation with NLLB, HuggingFace, and FastAPI and leverage on LangDetect Python Package

This video is part of a post “Crafting Fluent Translation API: A quick Journey into Text Translation with NLLB, HuggingFace, and FastAPI, Plus a small…

Continue reading → #1 IA Text Translation : Unlocking Multilingual Text Translation with NLLB, HuggingFace, and FastAPI and leverage on LangDetect Python Package

Read More

Using #whisper & #fastapi : Creating a #multilingual Audio #api with #whisper

This video is part of a post “Unlocking Speech-to-Text: Harnessing the Power of the OpenAI Whisper API with FastAPI Integration.” This file “009_openai_whisper_fastapi.py” is POC…

Continue reading → Using #whisper & #fastapi : Creating a #multilingual Audio #api with #whisper

Read More

#1 POC with #fastapi for an #nlp #api with #spacy #sqlalchemy #sqlite and… #streamlit

A simple combination with Streamlit, FastAPI and Spacy to expose “features” like: NER (entities), Summary (summary), Tags extraction (keywords) for text in French, Spanish, English…

Continue reading → #1 POC with #fastapi for an #nlp #api with #spacy #sqlalchemy #sqlite and… #streamlit

Read More

#3 POC with #fastapi and #docker using an ORM like #sqlalchemy for a #mysql #database

POC from 008_fastapi_mysql_restapi: Using Docker to create a MYSQL database and a PhpMyAdmin instance connected to FastAPI POC. This video is part of the post…

Continue reading → #3 POC with #fastapi and #docker using an ORM like #sqlalchemy for a #mysql #database

Read More

#1 How to expose NLP Machine Learning Models for Spacy by quickly building an API with FastAPI

I already mention this POC. The files are a mix between logical code written by ChatGPT (I have given the prompt in the main.py) and…

Continue reading → #1 How to expose NLP Machine Learning Models for Spacy by quickly building an API with FastAPI

Read More

#3 How-to create an API with FastAPI and start testing it with pytest

I only grab the API and the test (pytest) from this project. In reality, it is a bit more extended project, made by Microsoft’s people…

Continue reading → #3 How-to create an API with FastAPI and start testing it with pytest

Read More

#1 Machine Learning for NLP: Labeling process to train a “custom” NER for Spacy with Label Studio

This video is part of the post “The importance of the Labeling process or annotating inside an ML pipeline plus an example on how-to train…

Continue reading → #1 Machine Learning for NLP: Labeling process to train a “custom” NER for Spacy with Label Studio

Read More

#2 Machine Learning for NLP: Export & convert data from Label Studio to Spacy training format to create a custom NER

This video is part of the post “The importance of the Labeling process or annotating inside an ML pipeline plus an example on how-to train…

Continue reading → #2 Machine Learning for NLP: Export & convert data from Label Studio to Spacy training format to create a custom NER

Read More

#3 Machine Learning for NLP: Work with a dataset in Label Studio for a Pytorch Sentiment Analysis

This video is part of the post “The importance of the Labeling process or annotating inside an ML pipeline plus an example on how-to train…

Continue reading → #3 Machine Learning for NLP: Work with a dataset in Label Studio for a Pytorch Sentiment Analysis

Read More

#4 Machine Learning for NLP: Running & Connecting a ML Backend to Label Studio for a Pytorch Sentiment Analysis

This video is part of the post “The importance of the Labeling process or annotating inside an ML pipeline plus an example on how-to train…

Continue reading → #4 Machine Learning for NLP: Running & Connecting a ML Backend to Label Studio for a Pytorch Sentiment Analysis

Read More

#3 Create a Selenium WebScraper Using Selenium with Python for Web Scraping and Form Automation Completion

QUICK DESCRIPTION The 2 main actions I wanted to implement with Selenium was: Scraping web pages: You can definitely use Selenium combined with Beautiful Soup…

Continue reading → #3 Create a Selenium WebScraper Using Selenium with Python for Web Scraping and Form Automation Completion

Read More

#2 Parsing .cvs or .json source Using Selenium with Python for Web Scraping and Form Automation Completion

QUICK DESCRIPTION The 2 main actions I wanted to implement with Selenium was: Scraping web pages: You can definitely use Selenium combined with Beautiful Soup…

Continue reading → #2 Parsing .cvs or .json source Using Selenium with Python for Web Scraping and Form Automation Completion

Read More

Posts pagination

Page 1 Page 2 Page 3 Next Page

Good pick ?

Recent inventory

  • The ‘Green’ AI Myth: Carbon Costs of ML Models & Insights on GEO and DeepSeek Fine-tuning
  • Breadcrumbs of Innovation: A Snapshot of AI Explorations
  • Content Quality: How Sentence Embeddings Can Save AI-Generated Content and some other concerns on AI: Environmental Impact, Job Loss
  • Promptfoo: The Ultimate Tool for Ensuring LLM Quality and Reliability
  • Enhance LLM Prompt Quality and Results with MLflow Integration

It has been a long time…

  • February 2025
  • January 2025
  • November 2024
  • October 2024
  • September 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • February 2023
  • January 2023
  • August 2022
  • June 2022
  • May 2022
  • April 2022
  • February 2022
  • January 2022
  • December 2021
  • October 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • January 2021
  • October 2020
  • September 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • July 2019
  • January 2019
  • December 2018
  • October 2018
  • July 2018
  • June 2018
  • May 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • July 2017
  • June 2017
  • May 2017
  • January 2017
  • December 2016
  • September 2016
  • July 2016
  • June 2016
  • April 2016
  • March 2016
  • February 2016
  • December 2015
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • May 2015
  • March 2015
  • February 2015
  • January 2015
  • November 2014
  • October 2014
  • September 2014
  • June 2014
  • April 2014
  • March 2014
  • February 2014
  • January 2014
  • December 2013
  • November 2013
  • October 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • January 2013
  • December 2012
  • November 2012
  • October 2012
  • September 2012
  • July 2012
  • June 2012
  • May 2012
  • April 2012
  • March 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • August 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
© Copyright 2025 – @ Flaven.net
Theme Zaatar. ⋅ Powered by WordPress