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
- Host: GitHub
- URL: https://github.com/hetpandya/heroku-bert-deployment
- Owner: hetpandya
- License: mit
- Created: 2020-10-19T06:01:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-05T05:58:27.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T18:43:51.024Z (about 2 months ago)
- Topics: bert, bert-heroku, deep-learning, heroku, heroku-app, heroku-deployment
- Language: Python
- Homepage: https://bertqna.herokuapp.com
- Size: 49.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### RequirementsInstall 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
### Demo
[https://bertqna.herokuapp.com](https://bertqna.herokuapp.com)### License
Please check `LICENSE` for more details.