From ed660abeba85e63f70539097543aee0db83e5951 Mon Sep 17 00:00:00 2001 From: BassCoder2808 Date: Sun, 2 Oct 2022 11:17:07 +0530 Subject: [PATCH] Added requirements.txt file and changed contribute section --- README.md | 3 +++ requirements.txt | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 14e3acf..543d5bf 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,11 @@ It is a Deep Learning model that has been trained to predict whether or not a pa ## How to contribute? - Fork the repository - Create new Branch +- Create a new virtual environment +- Download the requirements for the project - Add Feature - Create Pull Request + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..7c9ec9a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pandas +keras