Backend code for covid-polygraph
Covid-polygraph, a set of Machine Learning-driven fact-checking tools that aim to address the issue of misleading information related to COVID-19. Project is extended based on our CS3244 Team Projectand more on code reference and reuse can be found in the Offline Training Pipeline Repository. How to run the backend code To run the code, use Docker: docker build . -t covid-polygraph:latest Afterwards, you can start the backend locally using the docker image built. For our team, we deploy this image […]
Read more