Vlog Translator

screenshot of Vlog Translator
nextjs
react

A Personal Tool for Transcribing & Translating My Vlogs into Japanese

Overview:

The Vlog Transcription & Japanese Translation Tool is a personal tool designed to transcribe and translate vlogs into Japanese, providing convenience for content creators and audiences who prefer the language.

Features:

  • Vlog Transcription: Automatically transcribes vlogs into text.
  • Japanese Translation: Translates transcribed vlogs into Japanese.
  • Python and pippysrt Integration: Utilizes Python and pippysrt for parsing SubRip (srt) files.
  • yt-dlp Integration: Incorporates yt-dlp, a youtube-dl fork, offering additional features and fixes.
  • OpenAI Library: Accesses the OpenAI API through the OpenAI Python library.
  • Next.js Framework: Built using the Next.js framework.
  • Radix UI Components: Utilizes Radix UI for unstyled, accessible components in React.
  • Stitches Library: Incorporates Stitches, a CSS-in-JS library for styling.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.