Use GPT to translate code from one language to another.
git clone https://github.com/dmikushin/ai-transcode.git
cd ai-transcode
Build locally:
npm i
Or build a Docker container:
docker build -t transcode-docker .
Run locally:
npm run dev
Or run with Docker container:
docker-compose up -d
Contact the author on Twitter.