damishshah / comic-book-reader

Python application to identify speech bubbles and read text from comic book pages.
MIT License
44 stars 11 forks source link

How will it work? #1

Open mukundS0ni opened 3 years ago

mukundS0ni commented 3 years ago

When I am running this program I am getting an error "GET / HTTP/1.1" 404 - can you tell me how to run this program?

Sky-Craft commented 2 years ago

Hey there, this will be my first post trying to help someone on github, please correct me if I am wrong:

In app.py, the developer defines cbr.route, this refers to line 10: cbr = Blueprint('cbr', __name__, url_prefix='/comic-book-reader') To fix this simply type: http://127.0.0.1:5000/comic-book-reader/<any_app_route> to view the app.

Hopes this helps :)