Skip to content

Etown-CS170/Code-To-Code_Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Translate code with ease!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages