Skip to content

dmikushin/ai-transcode

 
 

Repository files navigation

GPT Code Translator

Use GPT to translate code from one language to another.

AI Code Translator

Clonning

git clone https://github.com/dmikushin/ai-transcode.git
cd ai-transcode

Building

Build locally:

npm i

Or build a Docker container:

docker build -t transcode-docker .

Deployment

Run locally:

npm run dev

Or run with Docker container:

docker-compose up -d

Contact

Contact the author on Twitter.

About

Use GPT to translate code from one language to another

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.5%
  • JavaScript 2.8%
  • Dockerfile 2.4%
  • CSS 0.3%