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

A project that me and my friends created as the CSC110 Final Project at UofT

Introduction The COVID-19 pandemic has caused severe financial stress for many Canadians. A national poll from October of 2020 reported that nearly 1 in 3 Canadians areworried they may never financially recover from the pandemic. Roughlyhalf of Canadians under the age of 35 have borrowed money from institutions tomake ends meet, while roughly the same amount have taken advantage of the Government’s emergency assistance. This is largely due to two major reasons. First, the pandemic drove the unemployment rate as […]

Read more

Created covid data pipeline using PySpark and MySQL that collected data stream from API

Created covid data pipeline using PySpark and MySQL that collected data stream from API and do some processing and store it into MYSQL database. Tools used : PySpark , MySQL Procedure Fetch latest data from API using requests & pandas module of python. Apply some data processing and filtering to generate summarized information. Store that summarized information into database using MySQL. To build above pipeline i had used pyspark {IMPORTANT} Before move to the execution part please read below sentences […]

Read more

Covid 19 status Flask application with CovidAPI and Heroku

In this project we see total count of people who got this virus and total death. How does it works Written in Python. Web app, Flask. package managing with PipEnv. Using CovidAPI. Domain with CloudFlare. Developed by Amirhossein. Hosted by Heroku. Where to see Open covid-blackiq.herokuapp.com/. Contribute For small changes, open an issue or do it by yourself. How to run First clone it and go to the directory. Run pipenv shell. $ git clone https://github.com/BlackIQ/covid $ cd covid $ […]

Read more