
An app for local captioning and translation of multinational team meeting audio on Mac

An AI meeting minutes and translation app that works without an internet connection.

Paradox Game automatic translation site

言語を指定して実行

論文特化の複雑な数式も対応している、超高精度な翻訳アプリです!

Convert Mike's voice into real-time multilingual subtitles. No difficult settings! RosettaCube is a desktop app that transcribes audio input from a microphone in real-time, simultaneously translates it into multiple languages, and displays it on the screen

This is an app that translates with an overlay. It operates on top of apps like Epic and Steam that don't have Japanese support, and translates the text on the game screen. You can specify the translation range.

多読で語彙が身につく英語学習アプリ

As the name suggests, it's a launcher for Python apps. It can read a folder and execute .py files in it with just one button click. I created it because I wanted to try using Gemini CLI. I packed in convenient features such as console execution, batch startup, scheduled startup, favorites, group functionality, hardware monitoring, and virtual environment creation (.venv). I created the GUI with CustomTkinter, but there are technical limitations, and there is some stuttering when scrolling. Please understand. ※ Supports both Japanese and English. The default is English, so please change to Japanese from the View menu in the menu bar.

自動翻訳機能付きのストレスフリーな単語帳アプリ

It supports hiragana, katakana, and alphanumeric characters. When you input text, you can download audio in .wav format.

Instantly extract text from images and PDFs! A fully privacy-conscious AI-OCR tool

Model Context Protocol (MCP) and Ollama-Powered Cloud-Local LLM Hybrid Inference Orchestrator

The Prompt BAR is a Windows tool that converts images written in Japanese into English prompts for image generation.

レシートを撮るだけで自動仕訳 英語にも対応

AA (ASCII art) is convenient when conveying UI images to LLMs (AI). While you could try to convey images visually, that only works with multimodal-capable models. However, with AA, even LLMs with very low parameters can read and understand it. You can convey UI images without being limited by the model type. Plus, with AA, you can make edits in a text editor. No specialized tools are needed. However, creating AA is difficult. That's why I created a tool that makes it easy to generate AA by arranging parts in a PowerPoint-like interface. It supports .md, .txt, and .png output. It has layer separation functionality, real-time preview, and the ability to load and reference images while creating, so I believe it has sufficient performance for practical use.

Create natural dialogue narration in your browser using VOICEVOX AI voices including Zundamon and 7 other characters. Easy dialogue input with voice input support. Comes with SRT subtitle files compatible with video editing software!

I created this as an alternative to tools like FIGlet and TOIlet that generate large ASCII art. It scans OTF/TTF fonts and generates ASCII art from the fonts. You can adjust various settings such as colored, non-colored, single color, gradient, character spacing, line spacing, and more. It should work on Win/Mac/Linux (probably). It supports multiple lines.

Google Fontを使用したフォントロゴ生成ツールです

You can create a .csv script file that can be loaded on YMM4 by dividing it into sections. If the character name matches the name of a character in YMM4, the dialogue will automatically sprout up using that character's settings.

This is an app that can convert .html logs output by CocoFolia into .md and .txt formats for easier viewing later. The markdown has a preview function as well. The purpose is to load logs into AI. (It's convenient for creating summaries and such.)

Just add the official LINE account! Not only regular English conversation, but an AI coach will also regularly talk to you in English!

It is a website where you can freely choose fonts and create PNG images of your favorite characters with outlines and shadows.

This is a web app that automatically generates natural and emotional quotes by combining word and grammar data. You can enjoy meeting different words each time with just a button press.
This is a translation application using a local LLM. You select a GGUF file, choose the source and target languages, input text, and press the Translate button. If the model supports those languages, it will translate for you. The application uses Rust and Python—Rust handles the main processing and GUI, while Python handles LLM-related operations.
Of course, you can change various parameters like temperature and top_p/k, as well as the system prompt from the app side. You can add translation languages and configure the model and app settings by editing config.yaml.
If you don't add fonts, the translation will display as □□□ and so on, so please place TTF or OTF files in the fonts folder and set the language and font file paths in fonts.yaml.
# fonts.yaml example
Japanese: "fonts/NotoSansJP-VariableFont_wght.ttf"
English: "fonts/NotoSans-VariableFont_wdth,wght.ttf"Additionally, as a bonus feature, it uses the TTS (Text to Speech) model Kokoro-82M. This enables voice generation for some languages including Japanese and English. (For long text, I handled it by splitting by tokens and concatenating them afterward.) For languages not supported by Kokoro-82M, while pre-downloading is required, voice generation uses the OS standard text-to-speech functionality. I'm not considering support for anything other than Kokoro-82M. Since voice generation is just a bonus feature, please don't expect too much from it.
※The name "3LM" is just an abbreviation of LocalLLM. Since it's LLM, it becomes 3LM.
Feedback
Share your thoughts, bug reports, or suggestions directly with the developer
Log in to share your feedback
Log in to leave feedback