Source of data: WHO Myth Busters
I have stored all the mythbusters listed on WHO website in (this file)[https://github.com/sukeesh/covid-fact-fake-checker/blob/master/facts.py] and later whenever there is a query, this query is matched with every factual sentence present with us and the sentence which has the maximum cosine similarity is responded.
Install requirements
pip3 install -r requirements.txt
and then run the flask server
python3 main.py
There is still a lot to improve in this project and I welcome all the PRs/Feedback