programming

programming

I tried making a "Stock price analysis dashboard" with Python [Dash x Plotly]

A complete guide to creating a stock price analysis dashboard using Python, Dash, and Plotly. Experience interactive stock price visualization that even beginners can easily use!
programming

I tried making a "face recognition login system" with Python [OpenCV x face detection]

A complete guide to creating a face recognition login system using Python and OpenCV! Includes code that even beginners can easily create. Perfect for enhancing security!
programming

I tried making an AI that summarizes YouTube content using Python [audio → text → summary]

Explains how to create an AI that automatically transcribes YouTube video audio and summarizes only the main points using Python. Easy automation with Whisper x ChatGPT API.
programming

Creating an automatic image generation AI using Python [Introduction to Stable Diffusion]

A beginner-friendly explanation of how to automatically generate images in Python using Stable Diffusion. It can be easily implemented with Colab and HuggingFace.
programming

I made an AI music composition tool using Python [Magenta x Colab]

AI automatically composes music using Python and Google Colab! A clear explanation of how to create an AI composition tool for beginners using Magenta.
programming

I tried making a "chatbot AI" with Python [Streamlit x OpenAI API]

Anyone can easily create a chatbot AI using Python, Streamlit, and the OpenAI API. We will provide an easy-to-understand explanation with code for beginners.
programming

I tried making an "AI that reads emotions from images" using Python [Facial Recognition x AI]

A beginner-friendly explanation of AI that reads emotions from facial images using Python. A simple introduction to the development steps using facial recognition technology and emotion classification models.
programming

I made a "task management BOT with LINE notifications" using Python [LINE Notify]

Automate your daily task management with Python and LINE Notify! Learn how to create a notification bot in an easy-to-understand way, even for beginners. Code examples included for peace of mind.
programming

I tried making an "automatic backup script" with Python [Folder monitoring]

A beginner-friendly explanation of how to implement folder monitoring and automatic backup with Python. A complete edition with practical code.
programming

I tried making a "real-time stock price tracker" with Python [Web scraping]

Explains how to create a real-time stock price tracker using Python and web scraping. Includes code examples, making it easy for beginners to understand.