Dot Net Gyaan
Dot Net Gyaan
  • 23
  • 6 315
I have created an application to extract text from image using AI vision model
In this video I am going to demonstrate how text is getting extracted from image file using Gemini AI vision model. Also, will show how the application is developed with the help of chat GPT and some custom code.
Following is the my blog post where you can get the complete end to end code
www.dotnetgyaan.in/2024/06/i-have-created-application-to-extract-text-from-image.html
video link for Image query using Gemini:
ua-cam.com/video/zw3zrRZtXro/v-deo.html
Переглядів: 40

Відео

I have created AI Document Analyzer App using Chat GPT
Переглядів 762 місяці тому
In this video I will be demonstrating about creation of AI Document Analyzer App using Chat GPT. In this app I have used llamaindex, streamlit and python as technology. Document chat bot application #llamaindex #python #pythonprogramming #ai #openai #chatgpt #chatgpt #documents #analyzer #app #embedding #vector #vectors
Query pdf documents with LlamaIndex and Gemini
Переглядів 1664 місяці тому
A brief video on creating application for indexing and querying your own documents using LlamaIndex and Gemini. In this video will provide step by step guide to create application in python. #python #llamaindex #gemini #ai #querylocaldocs #pdf #local #documents Query pdf documents using LlamaIndex and Gemini Query word documents using LlamaIndex and Gemini the complete code can be found in belo...
building a simple Chat bot application using Streamlit and Gemini AI
Переглядів 4125 місяців тому
In this video I have shown that how to build a simple Chat bot application using Streamlit and Gemini AI. For source code please visit following blog post. www.dotnetgyaan.in/2024/06/create-chat-bot-application-using-python-streamlit.html #gemini #chatbot #chatbots #python #streamlit #genai #ai
Working with Langchain and google Gemini Integration step by step
Переглядів 6346 місяців тому
In this video i have demonstrated how we can use Langchain library for gemini model With the release of the Gemini API, langchain has made its way into integrating the Gemini Model within its ecosystem. Following is the blog link for detail code sample: www.dotnetgyaan.in/2024/02/working-with-langchain-and-gemini-model.html 01:32 Prerequisite installation using python command. 04:20 Get gemini ...
Getting started using Gemini AI model by Google
Переглядів 2707 місяців тому
In this video I am going to show you how can we use Gemini AI model by Google step by step. I will demonstrate example with text prompt first and then i will show you how you can use image in prompt and get the answers from the Gemini AI model. Generate key for Gemini AI from below url. makersuite.google.com Blog link for complete code: www.dotnetgyaan.in/2023/12/getting-started-using-gemini-ai...
Create chatbot in few minutes using FloWiseAI open-source tool.
Переглядів 767 місяців тому
In this video I am going to demonstrate how to design and create chatbot using FlowWiseAI tool. I will also demonstrate how you can integrate designed chatbot with your existing web application with minimal code. In this video I have used OpenAI as a LLM. #flowiseAI #ai #chatbot #chatbots #openai #chatbotsforbusiness #website #websites #llm #largelanguagemodels #flowise
Install Private GPT library in your PC and train AI Models and Chat with your private docs offline.
Переглядів 68311 місяців тому
Private GPT helps you to Ingest your documents and get answers of your questions from your documents, locally/offline! #privategpt #ai #offlinechatbot #localAI Following is the GitHub link for implementing PrivateGPT github.com/imartinez/privateGPT Following is the blog link for the implementation details. www.dotnetgyaan.in/2023/09/install-private-gpt-library-in-your-pc.html
Integrate ChatGPT OpenAI API in .NET Core Console Application from scratch.
Переглядів 156Рік тому
In this video I am going to demonstrate the integration of ChatGPT OpenAI API in .NET Core Console Application from scratch step by step. #chatgpt #chatgpt4 #openai #openaichat #dotnet #core #api #programming #ai #chatbot #consolechatbot Get the source code of the application in our blog link below. www.dotnetgyaan.in/2023/08/integrate-chatgpt-openai-api-in-net.html If you like this video, then...
Create the react element with JSX and Implement Click event in React App : Episode 2
Переглядів 15Рік тому
In this video I will be explaining how to create the react element with JSX and Implement Click event in React App. #react #reactjs #reactjsdeveloper #reactjstutorial #reactjsdevelop #reactjscourse #reactjsforbeginners #reactjswebsite #gettingstarted #reactjsfullcourse #jsx #click #reactjselement #reactjsevents #dynamicreactjs Blog related to video: www.dotnetgyaan.in/2023/06/create-react-eleme...
Getting started with React JS from scratch step by step explained: Episode 1
Переглядів 24Рік тому
Start you journey of learning react JS from this video tutorial. More tutorial to come in forthcoming time. #react #reactjs #reactjsdeveloper #reactjstutorial #reactjsdevelop #reactjscourse #reactjsforbeginners #reactjswebsite #gettingstarted #reactjsfullcourse Get all commands and steps detail from below blog. www.dotnetgyaan.in/2023/01/getting-started-with-react-js-step-by.html Link to downlo...
Custom and class level validation using data annotation in .NET core MVC
Переглядів 152Рік тому
In previous video I have demonstrated the validation using data annotation in .NET core MVC. In this video i have explained about custom and class level validation using data annotation in .NET core MVC. #dotnet #core #dotnetprojects #dotnet6 #mvc4 #mvc #sqlserver #sql #webapp #entityframeworkcore #entity #entités #framework #microsoft #webapp #webapplicationdevelopment #tutorial #tutorials #tu...
Implementing Validations using data annotation in .NET core MVC
Переглядів 79Рік тому
In previous video we have learnt about working with Drop down in .Net Core MVC. now in this video we will look at the validations using entity framework data annotation. To implement the validation, we just need to write minimal code and you are done, you do not need to write extra code for handling validation of your form. Previous Video Link: ua-cam.com/video/w7qvKjlCRXA/v-deo.html Source cod...
Working with Drop Down control in .Net Core MVC
Переглядів 103Рік тому
In previous videos we have learnt about code first approach, Entity migration, crud operation in MVC .NET core, in this video i am going to demonstrate about work with drop down control in .NET Core with Jquery drop down binding. #dotnet #core #dotnetprojects #dotnet6 #mvc4 #mvc #sqlserver #sql #webapp #entityframeworkcore #entity #entités #framework #microsoft #webapp #webapplicationdevelopmen...
Automate entity framework code first migration in .Net Core
Переглядів 796Рік тому
In previous video of code first approach in entity framework we have seen migration using package manager console command. In this video we will learn how we can commit the migration to database from application it self. #dotnet #core #dotnetprojects #dotnet6 #mvc4 #mvc #sqlserver #sql #webapp #entityframeworkcore #entity #entités #framework #microsoft #webapp #webapplicationdevelopment #tutori...
Deploy .NET Core MVC Application on Azure Cloud
Переглядів 1852 роки тому
Deploy .NET Core MVC Application on Azure Cloud
CRUD operation using entity framework in .net core MVC application
Переглядів 2552 роки тому
CRUD operation using entity framework in .net core MVC application
Setup Code first approach in .net core MVC application using entity framework
Переглядів 972 роки тому
Setup Code first approach in .net core MVC application using entity framework
.Net core MVC project structure explained step by step part 2
Переглядів 232 роки тому
.Net core MVC project structure explained step by step part 2
.Net core MVC project structure explained step by step part 1
Переглядів 552 роки тому
.Net core MVC project structure explained step by step part 1
Implement Logging in Sql Server Database using Nlog in .Net Core MVC Application
Переглядів 1,1 тис.2 роки тому
Implement Logging in Sql Server Database using Nlog in .Net Core MVC Application
Implement Logging in CSV file using Nlog in .net core MVC application
Переглядів 3322 роки тому
Implement Logging in CSV file using Nlog in .net core MVC application
Implement NLog in .Net core MVC application part 1
Переглядів 6152 роки тому
Implement NLog in .Net core MVC application part 1

КОМЕНТАРІ

  • @learningwithmahasin
    @learningwithmahasin Місяць тому

    plz share the code

    • @dotnetgyaan
      @dotnetgyaan Місяць тому

      Hi, I have updated my blog post link in description of video from where you can get the complete code. Thank you

  • @joecok
    @joecok 2 місяці тому

    Great tutorial. I have a small project on chatgpt. Can u give me u r contacts or I can give mine

  • @JoaoPedroZanella-qn4qw
    @JoaoPedroZanella-qn4qw 4 місяці тому

    Absolutely incredible! Thank you so much for this content.

  • @MonkiLOST
    @MonkiLOST 6 місяців тому

    Thank you for the content but Honestly.. it's painfully slow for a video.

    • @dotnetgyaan
      @dotnetgyaan 6 місяців тому

      Ok, will try to increase pace in upcoming video, thank you 😀

  • @drmetroyt
    @drmetroyt 8 місяців тому

    Brother , can we install this using docker compose ?

    • @dotnetgyaan
      @dotnetgyaan 6 місяців тому

      Not tried with that approach

    • @drmetroyt
      @drmetroyt 6 місяців тому

      @@dotnetgyaan please could you make a video on it ? Installing via docker compose is my only option . I want to use private gpt

  • @KhopadiAtIndia
    @KhopadiAtIndia 8 місяців тому

    Sir, Esme hum Hindi Text bhi Query mai de sakte hai kya

    • @dotnetgyaan
      @dotnetgyaan 8 місяців тому

      Not tried with Hindi as of now, but you can try and let me know

  • @Shahhadees
    @Shahhadees Рік тому

    Good work sir G. keep it up.

  • @jasminnielsen8538
    @jasminnielsen8538 Рік тому

    I know this is an older video but, I was wondering if you have put anything into your Program.cs class when implementing this? All guides I've found wants me to do that but, nothing shows in the SQL DB so, the question is if it's unnecessary to have anything in the Program.cs class? 😊 Thanks for a good video as well!

    • @dotnetgyaan
      @dotnetgyaan Рік тому

      Hi Jasmin, Thank you for your comments, this video is continuation of earlier video series regarding Nlog. Please check my video of implement Nlog ... part1 ua-cam.com/video/A_JxeFIjAfw/v-deo.html this will clear your doubt about implementing Nlog in dotnet core application.

  • @sage6972
    @sage6972 Рік тому

    😔 P R O M O S M!

  • @kristopherk1275
    @kristopherk1275 Рік тому

    🌺 ᵖʳᵒᵐᵒˢᵐ

  • @RespectNaturalBeauty
    @RespectNaturalBeauty Рік тому

    Good video

  • @RespectNaturalBeauty
    @RespectNaturalBeauty Рік тому

    How to manage db changes in other environment like Qa, Prod , I mean it call at startup but prod we never restart server or app. Please explain how to do that.

    • @dotnetgyaan
      @dotnetgyaan Рік тому

      Whenever we update our application in app server we need to stop the site for deployment and after deployment we start the site again in this process the application automatically restarts and on first request of your app the startup will be called and your db migration changes will commit to db before user access other pages of the app. I hope you understood , Thank you

  • @pane4170
    @pane4170 2 роки тому

    Thank you

  • @VinuP2023
    @VinuP2023 2 роки тому

    Thank you for your video. One suggestion: please remove background music :)

    • @dotnetgyaan
      @dotnetgyaan 2 роки тому

      Hi Vinay, Thank you for your feedback, point taken i will not use the background music in next videos