Tag: GUI

  • 100 Basic Python Codes

    100 Basic Python Codes

    Source: PYPL Popularity of Programming Language, Feb 2024. Table of Contents Setting Up Your Environment Download Datasets Initial Pandas Data QC Displaying Pandas Data Types Showing Descriptive Statistics Exploring the Dataset Email Slicer User Input & Type Conversion Working with Lists Practicing Loops Calculator Temperature Conversion ADC Temperature Sensor Sorting Numpy Arrays Story Generator Display…

  • Plotly Dash TA Stock Market App

    Plotly Dash TA Stock Market App

    The post explains how to deploy a Plotly Dash stock market app in Python with the dashboard of user-defined stock prices. This includes technical indicators like volume, MACD, and stochastic. The steps include selecting a stock ticker symbol (NVDA), retrieving stock data from yfinance API, adding Moving Averages, saving the stock chart in HTML form,…

  • OpenAI’s ChatGPT & Streamlit VA Chatbots

    OpenAI’s ChatGPT & Streamlit VA Chatbots

    The project aims to develop a Virtual Assistant combining OpenAI and Streamlit to optimize their benefits. The assistant uses OpenAI’s ChatGPT to create human-like conversational dialogues. Leveraging GPT-3, a neural network model, ChatGPT formulates responses based on significant data inputs. The project demonstrates how to generate a LinkedIn post, implement a text Q&A session, create…

  • A Simple YouTube Download NLP GUI

    A Simple YouTube Download NLP GUI

    This post provides a simple NLP example – a Python-based YouTube video downloader GUI application by Naem Azam. The code imports relevant libraries, sets the working directory, and creates a user interface for downloading YouTube videos. The post also includes instructions for running the GUI code and the expected outcome.