Browse Source

Readme changes and requirement file

Adeel 4 years ago
parent
commit
6b3b38f71f
2 changed files with 76 additions and 0 deletions
  1. 30 0
      README.md
  2. 46 0
      requirements.txt

+ 30 - 0
README.md

@@ -0,0 +1,30 @@
+# PDF Comparison Microservice
+
+### Installation
+
+```
+pip install requirements.txt
+```
+
+### Quick Start
+
+To run the microservice, simply use the command
+
+```
+python app.py
+```
+
+The app will start running on server ```127.0.0.1:5000```
+
+The app contains three fields
+
+* UUID
+* Original File
+* Reference File
+
+Fill in the info. After you upload the form by clicking ```Upload``` button, data will be stored in database and updated in the below table.
+Now just click the ```Compare``` link to get the comparison files.
+
+### Screenshot
+
+![alt Picture](https://github.com/siraj2991/Testing/raw/master/Capture.PNG)

+ 46 - 0
requirements.txt

@@ -0,0 +1,46 @@
+certifi==2019.11.28
+chardet==3.0.4
+ci-info==0.1.1
+click==7.1.1
+configobj==5.0.6
+configparser==5.0.0
+decorator==4.4.2
+dominate==2.5.1
+etelemetry==0.2.0
+filelock==3.0.12
+fitz==0.0.1.dev2
+Flask==1.1.1
+Flask-Bootstrap==3.3.7.1
+future==0.18.2
+httplib2==0.17.0
+idna==2.9
+isodate==0.6.0
+itsdangerous==1.1.0
+Jinja2==2.11.1
+lxml==4.5.0
+MarkupSafe==1.1.1
+networkx==2.4
+neurdflib==5.0.1
+nibabel==3.0.2
+nipype==1.4.2
+numpy==1.18.2
+packaging==20.3
+pandas==1.0.3
+prov==1.5.3
+pydot==1.4.1
+pydotplus==2.0.2
+PyMuPDF==1.16.16
+pyparsing==2.4.6
+PyPDF2==1.26.0
+python-dateutil==2.8.1
+pytz==2019.3
+pyxnat==1.2.1.0.post3
+rdflib==4.2.2
+requests==2.23.0
+scipy==1.4.1
+simplejson==3.17.0
+six==1.14.0
+traits==6.0.0
+urllib3==1.25.8
+visitor==0.1.3
+Werkzeug==1.0.1