mckaywrigley/ai-code-translator
A web application that uses AI to translate source code from one programming language to another.

Velocity · 7d
+3.6
★ / day
Trend
→steady
star history
The tool provides a web interface where users can input code in one language and have it automatically translated to another language. It leverages large language models to understand code semantics and produce functionally equivalent code in the target language. Users run the application locally via a Next.js development server.