Skip to main content

Posts

Showing posts with the label LLM

Web App for the Object Detection using Yolov12, OpenCV and Gradio Framework

Ultralytics, the computer vision company which the responsible for the develoment of Yolo object detection models, hs recently lanched the Yolov12 series of object detection models and we are going to try these model. So, In this step by step tutorial we are going to to develop a  Web App for the Object Detection using Yolov12, OpenCV and Gradio Framework  and check the performace of Yolov12.

How to Create an AI Chatbot App Using DeepSeek-R1 ?

Now a days Chinese AI company DeepSeek is getting popularity due to it's AI model DeepSeek-R1. So, I decided to try this DeepSeek-R1 model and develop a chatbot app this is why I am creating this tutorial. In this step by step tutorial I am going to show you how you can create an AI Chatbot App using DeepSeek-R1 model . For the development of the chatbot application I am going to use  Streamlit  python web development framework. With the help of  Streamlit  python package you can develop entire chatbot application only with python programming language.