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

https://github.com/hetpandya/heroku-intent-classifier-deployment

Code for deploying Intent Classifier to Heroku
https://github.com/hetpandya/heroku-intent-classifier-deployment

deep-learning heroku heroku-app heroku-deployment intent-classification tensorflow-heroku

Last synced: 10 months ago
JSON representation

Code for deploying Intent Classifier to Heroku

Awesome Lists containing this project

README

          

# Deploying Intent Classifier on Heroku

Code for the medium blog post [Deploying Intent Classifier on Heroku](https://medium.com/geekculture/deploying-intent-classifier-on-heroku-a784c22a29fe).

## Local Deployment
### Requirements

Install the required libraries using

`pip install -r requirements.txt`

### Training
For code to the training files, check [here](https://github.com/thehetpandya/intent-classifier).
You can find the tutorial for training the Intent Classifier, check [here](https://medium.com/analytics-vidhya/creating-your-own-intent-classifier-b86e000a4926).

### Inference
Run the server using

`python app.py`

Then go this url
http://localhost:5000

### Screenshot
![Screenshot](https://github.com/thehetpandya/heroku-intent-classifier-deployment/raw/main/images/screenshot.PNG)

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

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