Skip to main content

Posts

Showing posts with the label Data Science

How to Create a requirements.txt File for Python Apps? (The Beginner's Guide!)

Hi Guys let's start with our new blog. Alright, so you're working on a Python project, and you need to install a bunch of packages. But wait—how do you keep track of all of them? Do you write them down on a sticky note? Nah, that's too messy. That's where the  requirements.txt  file comes in! It helps you list all the necessary dependencies so you (or anyone else) can install them quickly and painlessly.

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.