@ Flaven.net

Bruno Flaven's website

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

Category: Experiences

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

How to Measure the Carbon Footprint of Your Local Mistral-Poet LLM Running on Ollama with 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 → How to Measure the Carbon Footprint of Your Local Mistral-Poet LLM Running on Ollama with CodeCarbon

Read More

Measuring AI’s Carbon Footprint and Impact with CodeCarbon & Eco2AI

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 → Measuring AI’s Carbon Footprint and Impact with CodeCarbon & Eco2AI

Read More

Natural Language & Multilingual Image Discovery: How AI Understands Your Searches #ia #image

This video series explores the creation of an AI-powered image search application using Streamlit, open_clip, and faiss. The application enables users to search for images…

Continue reading → Natural Language & Multilingual Image Discovery: How AI Understands Your Searches #ia #image

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

Streamlit & Ollama: Querying Mistral LLM Locally and Generating Titles & Keywords

In this video, we delve into the challenge of evaluating the quality of AI-generated text, focusing on how to ensure it is accurate and avoids…

Continue reading → Streamlit & Ollama: Querying Mistral LLM Locally and Generating Titles & Keywords

Read More

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

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 1)

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 #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

Video #1 Scaffold Your First Vitejs App: Comprehensive Beginner’s Guide

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 #1 Scaffold Your First Vitejs App: Comprehensive Beginner’s Guide

Read More

Video #2 Using LLM in Ollama or LM Studio: Discover LLMs (Mistral) potential help through LM Studio for daily tasks in a safe and confidential way

This video is part of a post “Empower Your Workflow: Harnessing the Power of LM Studio and Ollama for Seamless Local LLM Execution” POST: https://wp.me/p3Vuhl-3iX…

Continue reading → Video #2 Using LLM in Ollama or LM Studio: Discover LLMs (Mistral) potential help through LM Studio for daily tasks in a safe and confidential way

Read More

Video #1 Using LLM in Ollama or LM Studio: Discover LLMs potential (orca-mini) help through Ollama for daily tasks in a safe and confidential way

This video is part of a post “Empower Your Workflow: Harnessing the Power of LM Studio and Ollama for Seamless Local LLM Execution” POST: https://wp.me/p3Vuhl-3iX…

Continue reading → Video #1 Using LLM in Ollama or LM Studio: Discover LLMs potential (orca-mini) help through Ollama for daily tasks in a safe and confidential way

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

Using #whisper & #fastapi : leveraging on Faster-Whisper for future Multilingual #nlp

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

Continue reading → Using #whisper & #fastapi : leveraging on Faster-Whisper for future Multilingual #nlp

Read More

#2 POC with #fastapi using an ORM like #sqlalchemy or #peewee for a #sqlite #database

POC from “005_fastapi_tiangolo_tutorial_sql_databases”: The example given by the official documentation of FastAPI with SQLAlchemy. POC “007_sql_databases_peewee”: The example given by the official documentation of FastAPI…

Continue reading → #2 POC with #fastapi using an ORM like #sqlalchemy or #peewee for a #sqlite #database

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

#2 How-to create an API with FastAPI, backend for a web app made with Streamlit

A quite simple, educational and hybrid project that demonstrate how-to create an API with FastAPI (backend) that will be the backend a web app made…

Continue reading → #2 How-to create an API with FastAPI, backend for a web app made with Streamlit

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

#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

Posts pagination

Page 1 Page 2 … Page 4 Next Page

Good pick ?

Recent inventory

  • Rescuing Failed AI Implementations + Practical Explorations with n8n, Ollama & GEO
  • AI Implementation Challenges: Strategic Considerations for Prompt Management, Data Integration, and Organizational Knowledge Sharing
  • Maximizing Claude AI: Desktop App, MCP, Agents & Presentation Generation Guide
  • The ‘Green’ AI Myth: Carbon Costs of ML Models & Insights on GEO and DeepSeek Fine-tuning
  • Breadcrumbs of Innovation: A Snapshot of AI Explorations

It has been a long time…

  • October 2025
  • June 2025
  • May 2025
  • 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