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