An interactive 3D map of DistilBert word embeddings: https://www.latentdictionary.com
- Get
docker-compose
- Build the frontend
cd frontend
npm install
- Launch docker. This will take a few minutes the first time because the embeddings models are being downloaded and setup.
cd ..
docker-compose up --build
- If everything worked, you'll see the app at
localhost:80
.
- Run
server_setup.sh
to setup your deps, install docker-compose and clone the project - Setup SSL certificates following the Certbot Instructions
- Run the project using the production script
cd latent-dictionary
docker-compose -f docker-compose.prod.yaml up --build -d
- View logs stream with
docker-compose logs -f