To run the project, please follow these steps:
-
Make sure you have Docker installed on your machine.
-
Clone the repository:
git clone https://github.com/myratam/similarity
-
Navigate to the project directory
-
Build the Docker image:
docker build -t semantic-app ./
- Run the Docker container:
docker run -d -p 80:80 semantic-app
- Once the container is running, you can access the application at http://localhost:8000.