Files
GenAIExamples/CodeTrans/ui/svelte
lvliang-intel a6b3caf128 Refactor example code (#183)
Signed-off-by: lvliang-intel <liang1.lv@intel.com>
Signed-off-by: Yue, Wenjiao <wenjiao.yue@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
2024-05-24 13:32:14 +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-24 13:32:14 +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