CodeVerter is an AI powered code conversion app.
Its function has been simplified to the greatest degree. First, you select the input programming language on the left box and you write or paste your code. Afterwards, you select the output language on the right box and click convert. The code will be converted instantly.
You can also select "Natural Language" as an input and describe in English what result you want your code to achieve.
➡️ The front-end uses React + Next.js.
➡️ The back-end API uses the GPT-3.5 model, as provided by OpenAI.
-
First, you need to clone this repository and install its dependencies:
git clone https://github.com/kimonkekes/CodeVerter.git cd CodeVerter npm install -
Once installed, you can run the frontend with:
npm run dev
-
Finally, open http://localhost:3000 with your browser.
🚧 You will need to provide your own OpenAI API key inside the
.envfile for the code converter to function.For more information visit the link below:

