Skip to content

This is a very simple if-elif-else chatbot for determining if a person needs to be tested for COVID19.

Notifications You must be signed in to change notification settings

NathanMcMillan54/COVID19_AI

Repository files navigation

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