Tag: Streamlit

LangChain + Streamlit+ Llama : Bringing Conversational AI to Your Local Machine

In the past few months, Large Language Models (LLMs) have gained significant attention, capturing the interest of developers across the planet. These models have created exciting prospects, especially for developers working on chatbots, personal assistants, and content creation. The possib...

Sorry Streamlit fans — You can’t use it to build a SAAS

I would like to note that I’m a huge fan of Streamlit and highly suggest anybody in the data industry learn this technology. It’s growing and it’s becoming better every day. In my opinion it’s not meant to build out a SAAS, it’s meant to share a data science project wit...

Interactive Dashboards in Python 2023

Interactive dashboards are revolutionizing the way data is explored, analyzed, and presented. In the world of data-driven decision-making, these powerful tools provide an intuitive and engaging interface for users to interact with complex data sets and gain valuable insights. Python, being one of th...

TMDB Streamlit Build Your Own Movie Recommendation System

In the ever-evolving landscape of online platforms like YouTube, Amazon, Netflix, and others, recommender systems have become indispensable in shaping our daily lives. Seamlessly integrated into various facets of our online experiences, these systems play a vital role across e-commerce, online adver...

$4000 Streamlit Solution with AWS

I previously created a solution for a client that required an efficient way to manage invoices and quotes simultaneously for their staff. Initially, I attempted a solution involving Dropbox. However, this approach fell short as it didn’t support simultaneous collaboration, and frequent renewal...

Making the YOLOv8 project more user-friendly with Streamlit .

Hello everyone! Today, I’ll explain how to make your YOLOv8 project more user-friendly by using the Streamlit library. With the Streamlit dashboard integrated with YOLOv8, you’ll be able to run object detection using external weight files and videos. Additionally, you’ll have the f...

Creating an AI Agent mastering various tools with Streamlit × Langchain

Until now, we have been developing the LangChain AI Agent. This time, we decided to introduce a GUI to pursue a more intuitive operability. In this process, I encountered an example of developing an agent combining streamlit and LangChain. Based on that, I incorporated custom tools and took on ...

Hindi News Sentiment Classifier : Streamlit App

In Fig. 2 The pie chart shows positive, negative, neutral sentiment score sentence of the Overall News Article along with a wordcloud figure of important terms appeared in the application. Sentences are highlighted as per color scheme to denote model predictions (good for Probe Model Predi...