In this video, we demonstrate how to use Streamlit to query the Mistral LLM locally with the help of Ollama. We’ll show you how to…
Continue reading → Evaluating AI-Generated Text: Semantic Similarity with Sentence Embeddings
Bruno Flaven's website
In this video, we demonstrate how to use Streamlit to query the Mistral LLM locally with the help of Ollama. We’ll show you how to…
Continue reading → Evaluating AI-Generated Text: Semantic Similarity with Sentence Embeddings
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
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)
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)
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
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 #5 FastAPI Development: Boost Productivity with Database Boilerplates
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 #4 Connect FastAPI Backend to Vue.js Frontend: Full 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 #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 #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 #1 Scaffold Your First Vitejs App: Comprehensive Beginner’s Guide
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…
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…
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…
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…
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…
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: Unlocking Multilingual Transcription 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
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…
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…
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…