- 61
- 60 759
IOT Station
United States
Приєднався 1 жов 2022
Welcome to IOT station Channel. The purpose for creating of this channel is to share the knowledge about IOT platform and solutions.
Most Content at this channel will be discussed about practical solutions which during running project you may encounter with them or solutions which you may need to know for start the project.
Please make sure hit SUBSCRIBE button and I will see you in the comments!
Most Content at this channel will be discussed about practical solutions which during running project you may encounter with them or solutions which you may need to know for start the project.
Please make sure hit SUBSCRIBE button and I will see you in the comments!
Using AI to Simplify Postgres Database Queries_Episode 2
In this video, I demonstrate how to build a simple chatbot using Flask and the Ollama API
#flask #ollama #aichatbots #python #aiintegration
You can find the source code at the link below.
github.com/iotstation/AI_Chatbox
#flask #ollama #aichatbots #python #aiintegration
You can find the source code at the link below.
github.com/iotstation/AI_Chatbox
Переглядів: 35
Відео
Using AI to Simplify Postgres Database Queries
Переглядів 9919 годин тому
In this video, you'll learn how AI can make database queries easier. We show how to use Ollama’s AI model to create and run SQL queries on PostgreSQL automatically. AI helps speed up complex tasks, making data retrieval faster and more efficient. Watch and see how AI can help streamline your PostgreSQL workflows. #ollama #postgresdatabase #aiintegration #flask #python #aichatbots
AI-Powered Video Summarization: Convert Videos to Text Instantly
Переглядів 7414 днів тому
This video demonstrates how AI technology can transform videos into concise text summaries, enabling quick understanding and analysis. #ollama #videototext #ffmpeg #flask #python #aiintegration You can find source code in below address: github.com/iotstation/AI_Video_To_Text
Build a Voice Assistant with Ollama: Speech-to-Text and TTS_ Episode 2
Переглядів 20028 днів тому
This video shows how to create a voice assistant in Python. It listens to your speech, converts it to text with Vosk, sends it to an AI model (Ollama) for processing, and speaks the response using pyttsx3. The program combines speech recognition, AI, and text-to-speech. #ollama #speach #convert_to_text #aiintegration #Vosk #python Source code 💻 github.com/iotstation/Speach_to_text_ollama
Build a Voice Assistant with Ollama: Speech-to-Text and TTS
Переглядів 754Місяць тому
In this tutorial, you'll learn how to build your own voice assistant using Ollama. We’ll cover how to convert speech to text and turn text into speech. Follow along to create a simple, interactive assistant that understands your voice commands and responds back to you. No prior experience needed-just follow the steps to make your own speech-based AI system! #ollama #speach #convert_to_text #aii...
How to Set Up Ollama in Open Web UI Using Docker Desktop"
Переглядів 679Місяць тому
In this video, I’ll show you how to configure Ollama in Open Web UI with Docker Desktop. You’ll learn each step, from setting up Docker to pulling the Ollama image and running it. By the end, you’ll have Ollama ready to use with Open Web UI. This tutorial is simple, clear, and great for anyone wanting to explore AI models on their own computer. #ollama #docker #oi Docker Desktop: www.docker.com...
Ollama AI on Your Local Machine: Installation, Configuration, and First Run Guide
Переглядів 1522 місяці тому
Learn how to install and set up Ollama AI on your local machine in this step-by-step tutorial! I'll guide you through the entire process #ollama #ai #models Official Web Address: ollama.com/
How to Add Custom User Profile Attributes in Keycloak and Fetch via REST API
Переглядів 9813 місяці тому
In this Keycloak tutorial, we demonstrate how to add custom user profile attributes and retrieve them using the REST API. This tutorial covers both the setup in Keycloak V.26 and the process of fetching these attributes through REST API calls. #keycloak #Customuserattribute #restapis
How to Backup and Restore PostgreSQL Databases with pgAdmin | SQL Basics
Переглядів 3613 місяці тому
Discover how to back up and restore PostgreSQL databases using pgAdmin. Protect your data or migrate to a new system with ease. This guide shows how to create a full database backup and restore it safely and fast. #PostgreSQL #pgAdmin #DatabaseBackup #SQLTutorial #Postgres
Import CSV from FTP to PostgreSQL Using Python | Episode 2: Walkthrough of Python Code
Переглядів 813 місяці тому
In this second episode, we dive into the Python code that automates the process of importing CSV data from an FTP server into PostgreSQL. We’ll explain the entire code step-by-step, showing how to connect to the FTP server, read CSV files, and insert data into PostgreSQL while avoiding duplicates. This is a detailed walkthrough for anyone looking to implement FTP-to-database automation with Pyt...
Import CSV from FTP to PostgreSQL Using Python | Episode 1: Demo & FileZilla Setup
Переглядів 753 місяці тому
In this video, you’ll get a demo of how to automate importing CSV files from an FTP server into PostgreSQL using Python. We'll walk you through the process of downloading, installing, and configuring FileZilla Server to manage your FTP server. This is the first episode in a two-part series that will set up everything needed to ingest data from FTP to PostgreSQL
Automate CSV Data Ingestion into PostgreSQL with Python: A Complete Guide
Переглядів 1493 місяці тому
In this video, we'll explore how to automate the process of ingesting data from a CSV file into a PostgreSQL database using Python. We'll utilize the psycopg2 library to handle database interactions and the watchdog library to monitor changes to the CSV file in real-time. You’ll learn: How to set up the database connection. How to read data from a CSV file and check for duplicates. How to use a...
Import CSV to PostgreSQL with Python. Step by Step Tutorial
Переглядів 7833 місяці тому
Learn how to import CSV data into PostgreSQL using Python. This tutorial shows you how to set up the environment, connect to the database, and write Python code to load data. Great for beginners improving their skills #python #import#postgres #postgresql #sqltutorial #CSVtoDatabase source Code : github.com/iotstation/CSV_Import_Postgres
PostgreSQL CHECK Constraints Simplified | SQL Basics
Переглядів 783 місяці тому
PostgreSQL CHECK Constraints Simplified | SQL Basics
How to Use DROP and DELETE Commands in PostgreSQL | SQL Tutorial for Beginners
Переглядів 793 місяці тому
How to Use DROP and DELETE Commands in PostgreSQL | SQL Tutorial for Beginners
How to Modify Tables with the ALTER Command in PostgreSQL | SQL Tutorial for Beginners
Переглядів 973 місяці тому
How to Modify Tables with the ALTER Command in PostgreSQL | SQL Tutorial for Beginners
How to UPDATE Data in PostgreSQL Using PgAdmin | SQL Tutorial for Beginners
Переглядів 1173 місяці тому
How to UPDATE Data in PostgreSQL Using PgAdmin | SQL Tutorial for Beginners
How to Use the INSERT Command in PostgreSQL - Add Data to Your Tables | SQL Tutorial for Beginners
Переглядів 783 місяці тому
How to Use the INSERT Command in PostgreSQL - Add Data to Your Tables | SQL Tutorial for Beginners
How to Create Tables in PostgreSQL Using pgAdmin | SQL Tutorial for Beginners
Переглядів 1533 місяці тому
How to Create Tables in PostgreSQL Using pgAdmin | SQL Tutorial for Beginners
How to Install PostgreSQL and pgAdmin: Step-by-Step Guide
Переглядів 4513 місяці тому
How to Install PostgreSQL and pgAdmin: Step-by-Step Guide
Creating a Custom Password Policy in Keycloak: A Step-by-Step Guide
Переглядів 2335 місяців тому
Creating a Custom Password Policy in Keycloak: A Step-by-Step Guide
How to Create Custom Password Policy in Keycloak | Episode 1: Demo
Переглядів 1705 місяців тому
How to Create Custom Password Policy in Keycloak | Episode 1: Demo
Webhook Series | Episode 3: Webhook UI Setup and Demo Showcase
Переглядів 995 місяців тому
Webhook Series | Episode 3: Webhook UI Setup and Demo Showcase
Webhook Series | Mastering Webhooks with Flask and MySQL Integration
Переглядів 1005 місяців тому
Webhook Series | Mastering Webhooks with Flask and MySQL Integration
Webhook Series | Episode 1: Webhooks vs REST API: What's the Difference?
Переглядів 1065 місяців тому
Webhook Series | Episode 1: Webhooks vs REST API: What's the Difference?
SSO with OIDC: Integrate Keycloak V.25 in Flask for Secure Login & Logout
Переглядів 1,2 тис.6 місяців тому
SSO with OIDC: Integrate Keycloak V.25 in Flask for Secure Login & Logout
Encrypt User Passwords in MySQL with Flask REST API
Переглядів 1276 місяців тому
Encrypt User Passwords in MySQL with Flask REST API
Secure Flask API Data Ingestion to MySQL with Basic Authentication: A Step-by-Step Guide
Переглядів 1336 місяців тому
Secure Flask API Data Ingestion to MySQL with Basic Authentication: A Step-by-Step Guide
How to Ingest Data from a REST API into MySQL db using Flask
Переглядів 1606 місяців тому
How to Ingest Data from a REST API into MySQL db using Flask
Building a Simple REST API with Flask: A Step-by-Step Guide
Переглядів 696 місяців тому
Building a Simple REST API with Flask: A Step-by-Step Guide
❤🙏
👌👌👍
👌👌👌
👍👍👍
👌👌💯
for me webui thing is not showing in doker what do I do
Thank you for your comment! Are you using a Virtual Machine? The configuration for a VM can be slightly different.
خیلی خوبه ای ویدیو
Very well good
Excelent
بسیار عالی است
خیلی عالی
👍
👍👍💯
Excelent
how ?
Thank you for your comment! This is actually a complete project, and explaining the entire process would require several videos. However, I'll try to create a playlist of tutorials to show you how to build a similar project yourself.
Good comment on changing ports to make it all work.
😍👌👏👏
Hello brother, where can i find this model please ?
Thank you for your comment! Be sure to check out Episode 2 of this series where I explain how to find the model: Watch it here! 🎥 ua-cam.com/video/cMDHTXobwxk/v-deo.html
Thanks for this, error that I get, when I visit the application I will sign in with a created user. I then get 'Failed to Fetch tokens' on the app I get the error: Max retries exceeded with url: /realms/flask-realm/protocol/openid-connect/token
Can it summarize meetings ?
Thank you for your comment! Yes, it can be done, but I recommend watching my other video for a clearer understanding of how to use AI for this purpose. You can check it out here ua-cam.com/video/oi5WRGhdbu4/v-deo.html
👍👌👏
👏👏👏🌹
Great
👏👏
👍👏👏👏👏
👏👏👏🌹
could we delay the creation of email in a register flow ? Currently, when email is provided and submit is created then user is created in the database. I have register flow with Email only without password. Then OTP required action happens. Then Update password required action comes. Can we create user at the last stage of update password in the database ?
By default, Keycloak creates a user as soon as the email is submitted during registration. To delay user creation until the final step (e.g., after OTP and password update), you can use Custom Registration Flow: 1- Temporarily store the email (e.g., in a session).2-Create the user in the database only at the last step using Keycloak’s Admin API.This is my idea.
Why not just run Open Web UI in Pinokio? Much easier.
Thank you for the comment! Yes, you're right-Pinokio is simpler and more user-friendly, but I personally prefer Docker due to its flexibility, scalability, and control over configurations.
👍💯💯
👏👏✔️👌
👌👏👏✔️
thanks.....
When I used this configuration to flask inside the docker with nginx, I can login successfully, but then I get 401 unauthorized and I saw that the iss is the following “iss”. : “localhost:8080/realms/master” but keycloak expects http:keycloak_container/realms/master, what do I have to do?
👏👏👌💎
👍👏👏👏👏👏👏👏👏
👏👏👏🌹
What is "staff" ? What is it for, what does it do?
Thank you for the comment. Staff is Table name in my example.
Very good presentation! Where could I find the data models for users, clients and other object?
Hi. Thank you for the comment. Actually i didnt understand the question but i can guide you to the documentation of keycloak which is the best reference, in case you need more information please provide me more details. www.keycloak.org/docs-api/latest/javadocs/index.html www.keycloak.org/docs/latest/server_admin/index.html
thanks you for the video! I let the route for the base theme for those who are struggling with it (lib/lib/main/org.keycloak.keycloak-themes-22.0.4.jar)
بسیار عالی بود
بسیار عالی بود
Excellent
Excelent
لذت بردم از این پست
عالی است
بسیار عالی است مهندس لطفا پست های بیشتری بزار
Very very good
Excelelnt
خیلی عالی بود ادامه دهید
Excellent