Skip to content

kimonkekes/CodeVerter

Repository files navigation

cv1

⌨️ the AI code converter ⌨️

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.


🖥️ Tech stack

➡️ The front-end uses React + Next.js.

➡️ The back-end API uses the GPT-3.5 model, as provided by OpenAI.


🤖 A live version of the app has been deployed here.

cv2

🚀 Quick start

  1. First, you need to clone this repository and install its dependencies:

    git clone https://github.com/kimonkekes/CodeVerter.git
    cd CodeVerter
    npm install
  2. Once installed, you can run the frontend with:

    npm run dev
  3. Finally, open http://localhost:3000 with your browser.



🚧 You will need to provide your own OpenAI API key inside the .env file for the code converter to function.

For more information visit the link below:

https://platform.openai.com/docs/quickstart/account-setup 🚧

About

CodeVerter is an AI powered code conversion app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors