Check out our Online demo
A convenient and resource-free for Vietnamese-English cross-lingual online retrieval of news that support or oppose a statement
- Download the weight file and unzip it to backend/pretrained
- Install dependencies listed in backend/requirements
- From terminal, cd to backend, and run: uvicorn run:app --port BACKEND_PORT
- Modify this line with backend's host address and port respectively
- Go to frontend and run python -m http.server FRONTEND_PORT from terminal