The Travel Article Parser could parse the article by providing the url. Parsed results will be processed to extract the POI (point of interest) information.
-
Provide your
OPENAI_API_KEY
in.env
file follow the.env.template
-
Build and Run the app from docker with following commands:
# build docker image and run $ make up # if docker image already exists $ make run
-
Use
docker container ls -a
to check current status -
Open the app via
localhost:8501
link -
Run following command to stop the app
# stop the service $ make stop # stop the service and remove the image $ make down