Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 521 Bytes

AI-X-Review

  1. Navigate to the project directory:
    cd AI-X-Review
  2. Create a package.json file in the root directory of the project and define the necessary metadata and dependencies for the project.
  3. Run npm install to install the dependencies defined in the package.json file.
  4. Install the Python libraries:
    pip install -r requirements.txt
  5. Build and run the Docker image:
    docker build -t ai-x-review .
    docker run -p 8080:8080 ai-x-review