Files
GenAIExamples/CodeTrans/ui/svelte
WenjiaoYue 54c1508074 Code translation UI (#109)
Co-authored-by: chen, suyue <suyue.chen@intel.com>
2024-05-09 13:48:26 +08:00
..
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00
2024-05-09 13:48:26 +08:00

Code Translation

📸 Project Screenshots

project-screenshot project-screenshot project-screenshot

🧐 Features

Here're some of the project's features:

  • Code Translation: The system is capable of recognizing multiple languages and converting the current code content into the desired language's code format, enabling a set of code to be reused in multiple places, thus alleviating developers' development pressure.

🛠️ Get it Running:

  1. Clone the repo.

  2. cd command to the current folder.

  3. Modify the required .env variables.

    BASIC_URL = ''
    
  4. Execute npm install to install the corresponding dependencies.

  5. Execute npm run dev in both environments