Skip to content

Commit 51a055e

Browse files
Link and README fixes
1 parent e86a0a1 commit 51a055e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Parsy
22

3-
This is a messenger chat bot used for extracting text from images, so that you can copy them and can use at other places. It uses Google Cloud Vision
4-
API for OCR (Optical Character Recognition). If you want to try it out, head over to Parsy facebook page: [Link](m.me/894199580971244)
3+
This is a messenger chat bot used for extracting text from images, so that you can copy them and can use at other places. It uses Google Cloud Vision API for OCR (Optical Character Recognition).
4+
5+
If you want to try it out, head over to Parsy Facebook page: [Link](https://m.me/894199580971244)
56

67
## Steps for setting up backend server
8+
79
1. Install python dependencies, assuming that you have pip already setup.
810
```bash
911
pip install -r requirements.txt
@@ -23,14 +25,17 @@ To start the WSGI server at port 8000, execute the following command:
2325
This shell file start the WSGI server at port 8000, *nothing fancy*
2426

2527
## Steps for setting up Google Cloud Vision
28+
2629
Set the environment variable `GOOGLE_APPLICATION_CREDENTIALS` to the file path of the JSON file that contains your service account key.
2730
```bash
2831
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"
2932
```
3033

3134
## Resources Used
35+
3236
* [Secure Deployment](https://medium.com/@samuel.ngigi/deploying-python-flask-to-aws-and-installing-ssl-1216b41f8511)
3337
* [Message Events](https://developers.facebook.com/docs/messenger-platform/reference/webhook-events/messages)
3438

3539
## Author
36-
* yashLadha
40+
41+
* [yashLadha](https://twitter.com/yashLadha_)

0 commit comments

Comments
 (0)