This project is an AI-powered tool to analyze privacy policies for GDPR compliance.
- You must have Docker Desktop installed and running on your machine.
-
Clone the repository:
git clone <your-repo-url>
-
Navigate to the project directory:
cd compass-app
-
Start the application:
docker-compose up --build
The first time you run this, Docker will build the image, which may take several minutes to download all the libraries and models.
-
Test the API:
- Once the build is complete and the server is running, open your web browser and go to
http://127.0.0.1:8000/docs
. - You can now use the interactive API documentation to test the
/analyze/file
endpoint.
- Once the build is complete and the server is running, open your web browser and go to