An open API service indexing awesome lists of open source software.

https://github.com/hetpandya/heroku-bert-deployment

Code for deploying BERT on Heroku
https://github.com/hetpandya/heroku-bert-deployment

bert bert-heroku deep-learning heroku heroku-app heroku-deployment

Last synced: about 1 month ago
JSON representation

Code for deploying BERT on Heroku

Awesome Lists containing this project

README

        

# Deploying BERT on Heroku

Code for the medium blog post [Deploying BERT on Heroku](https://medium.com/analytics-vidhya/deploying-bert-on-heroku-7df1d23f9c43).

## Local Deployment
### Requirements

Install the required libraries using

`pip install -r requirements.txt`

### Inference
Run the server using

`python app.py`

Then go this url
http://localhost:5000

### Screenshot
![Screenshot](https://github.com/thehetpandya/heroku-bert-deployment/blob/master/images/screenshot.PNG?raw=true)

### Demo
[https://bertqna.herokuapp.com](https://bertqna.herokuapp.com)

### License
Please check `LICENSE` for more details.