Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 677 Bytes

Code-To-Code_Translator

Description: This is a program that can take any code and translate it to a different coding language using AI.

Steps to Install/Use:

  1. Clone repository onto local machine

  2. Install the following modules:

    anthropic==0.40.0 langchain_anthropic==0.3.0 langchain_core==0.3.21

  3. Create an anthropicKey.py file in the Files folder

  4. Make a 'key' variable and set it your Anthropic API Key as a string in anthropicKey.py

  5. 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