Skip to content

Files

Failed to load latest commit information.

Latest commit

 Cannot retrieve latest commit at this time.

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Web-app generating patent abstract like text using a Recurrent Neural Net (RNN)

Requirements


How to run

I assume that you already have Python 3.6+ installed on your machine.
Clone/copy all the files in this folder into a single folder on your computer.

$ pip install requirements.txt

Then type,

$ python keras_server.py

After this the server should start and be available at http://localhost:5000. Open your browser and go to this address to see the model output.

Source

"Deploying a Keras Deep Learning Model as a Web Application in Python" by Will Kohersen