Description: This is a program that can take any code and translate it to a different coding language using AI.
Steps to Install/Use:
-
Clone repository onto local machine
-
Install the following modules:
anthropic==0.40.0 langchain_anthropic==0.3.0 langchain_core==0.3.21
-
Create an anthropicKey.py file in the Files folder
-
Make a 'key' variable and set it your Anthropic API Key as a string in anthropicKey.py
-
Run main.py to start application
Alternatively, the google colab link included in the repo can be used, which uses gradio and google's secrets system.
AI Tools Used: Anthropic's Claude 3.5 Sonnet, LangChain