programming

programming

I created a log analysis and automatic report creation tool using Python [Pandas × Matplotlib × Email sending]

Using Python, you can fully automate everything from analyzing log data to creating reports with graphs and sending emails! Even beginners can easily implement it. We will introduce practical examples that directly lead to time savings in business.
programming

I tried making an "automated trading BOT" with Python [cryptocurrency x API integration]

Easily build an automated cryptocurrency trading BOT with Python! We'll provide a complete explanation of everything from API integration to security measures and the finished code that you can copy and paste to run.
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.