vlog-translator
vlog-translator copied to clipboard
A Personal Tool for Transcribing & Translating My Vlogs into Japanese
Vlog Transcription & Japanese Translation Tool
A personal tool for transcribing & translating my vlogs into Japanese.

Tutorial video
Ingredients
- Python and pip
- Next.js
- Radix UI - Unstyled, accessible components for building high‑quality design systems and web apps in React
- Stitches - CSS-in-JS Library
How to use
- Get your OpenAI API Key here
- Set an environment variable
$OPENAI_API_KEY - Run the following commands
pip install -r requirements.txt
npm i
npm run dev
Project Structure
PROJECT_ROOT
├── components # React components
├── pages # Pages
│ └── api # API routes
├── public
├── scripts # Python scripts
├── tmp # Temporary files
└── utils # Utility modules
License
MIT License.
Looking for a Markdown note-taking app? Check out my app called Inkdrop:

