- Docker
- Docker Compose
git clone https://github.com/karuniaperjuangan/guesswho-webapp.git
cd guesswho-webapp
-
Download the database from This Link and put it to
./vector-database
directory -
Navigate to the project directory:
cd guesswho-webapp
-
Create
.env
in 'svelte-frontend' folder and 'fastapi-backend'. By default, you can just copy.env.example
file to `.envcp svelte-frontend/.env.example svelte-frontend/.env cp fastapi-backend/.env.example fastapi-backend/.env
-
Build and start the containers:
docker-compose up --build
or if you use GPU, run:
docker-compose -f docker-compose-gpu.yml up --build
-
Access the application:
- Frontend:
http://localhost
- Backend:
http://localhost:8000
- Frontend: