Tag: Streamlit

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...

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 ...

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...

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...

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...

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...