Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Deploying a working model on the server.

Hello guys,

I recently developed a CNN to analyse and cut images (image text documents). I saved the entire network locally as “.h5” extension and whenever I have to use it I call it. I also use “pytesseract” (OCR Library) to extract data from the cutouts. I have created a data frame using pandas where I append the results from tesseract to maintain the logs. Currently, I am using Jupyter notebook.

I want to upload it all on the server to automate this process so I can daily check the DataFrame without the hassle of running all the notebooks. I currently have a subscription for DigitalOcean’s server.

Any leads or help on how to do this will be appreciated.

submitted by /u/retardis_roark
[link] [comments]