Files
GenAIExamples/CodeGen/docker/ui/react
Jaswanth Karani 1b48e54a3d code-gen-react-ui (#417)
* CodeGen: Manifest to deploy CodeGen with ReactUI into Kubernetes

Include manifest to deploy CodeGen pipeline with ReactUI into
Kubernetes. Include as well README file for the steps.

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>

* code-gen-react-ui

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* made changes as per PR suggestions

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* updated readme

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update base image

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* updated codegn dockerfile react

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* updated wait time

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* updated as per PR comments

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* aded react ui in gaudi test file

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* fixed PR comments

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* added docker pull for text-generation-model

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

* removed unused files

Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>

---------

Signed-off-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
Signed-off-by: jaswanth8888 <karani.jaswanth@gmail.com>
Co-authored-by: Yeoh, Hoong Tee <hoong.tee.yeoh@intel.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: chen, suyue <suyue.chen@intel.com>
2024-07-24 09:01:16 -07:00
..
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00
2024-07-24 09:01:16 -07:00

Code Gen

📸 Project Screenshots

project-screenshot

🧐 Features

Here're some of the project's features:

  • Generate code: generate the corresponding code based on the current user's input.

🛠️ Get it Running:

  1. Clone the repo.

  2. cd command to the current folder.

  3. Modify the required .env variables.

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

  5. Execute npm run dev in both environments