Αποτελέσματα Αναζήτησης
pyugt is a universal game translator coded in Python: it takes screenshots from a region you select on your screen, uses OCR (via Tesseract v5) to extract the characters, then feeds them to a machine translator (multiple backends are included) to then show you a translated text.
Translumo is able to detect and translate appearing in the selected area text in real-time (e.g. subtitles). Translumo allows to combine the usage of several OCR engines simultaneously. It uses machine learning training model for scoring each recognized result by OCR and chooses the best one.
Learn how to make a language translator and detector using Googletrans library (Google Translation API) for translating more than 100 languages with Python.
28 Δεκ 2023 · With just a few lines of code, you can craft a user-friendly application facilitating instant translation across multiple languages. Whether you're a novice or a seasoned developer, this tutorial offers a hands-on approach to implementing an efficient language translation tool in Python.
Advanced real-time screen translator for games, hardcoded subtitles in videos, static text and etc.
11 Μαΐ 2023 · A game translation app that uses the ChatGPT API to recognize in-game speech (TODO: and even game visuals) and provide smooth text translations on platforms like Switch and PS5, thanks to the powerful language abilities of GPT.
5 Σεπ 2024 · In this tutorial, we'll build a desktop translator application to translate natural language using ChatGPT APIs. We'll be building the UI using the Tkinter library from the Python standard library: Example translation of text via OpenAI