Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 483 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 483 Bytes

AI Code Translator

Use AI to translate code from one language to another.

Clone of ai-code-tranlator

AICodeConvert

Running Locally

. Change key

change openAI key to yours, in utils/index.ts

1. Clone Repo

git clone https://github.com/JustAIGithub/AI-Code-Convert.git

2. Install Dependencies

npm i

3. Run App

npm run dev