Skip to content

abhishek2005git/Code_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

code-converter

Convert or Translate code from one programming language to another programming language using OpenAI GPT-3 API

Updated to Groq API

Create a groq api here: https://console.groq.com

Run this command in terminal,

pip install groq
export GROQ_API_KEY=<your-api-key-here>
flask run

or
pip install groq
do this on cmd rather than powershell in VS code
set GROQ_API_KEY=<your-api-key-here>
python app.py

About

This is a pyhton project which uses API to convert any programming language into any other language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •