Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 733 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 733 Bytes

COVID19 AI

This is a very simple if-elif-else chatbot for determining if a person needs to be tested for COVID19. This chatbot also uses face recognition to see if a person is near by, if a person is near by it will ask you some questions.

Contributions

If you might be a possitive or negative case it will add stuff to possibleNegativeCase.txt or possiblePositiveCase.txt. When testing in possibleNegativeCase.txt and possiblePositiveCase.txt delete anything that you added to it before pushing your code.

Setup

Install requirements

Use Python 3.6 or higher for running this.

pip install -r requirements.txt

Run COVID19_AI

python main.py

TODO

  • Get translating working