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

https://github.com/tomarakanksha/intent-classification-evaluation-ui

intent-classification-evaluation UI
https://github.com/tomarakanksha/intent-classification-evaluation-ui

Last synced: 3 months ago
JSON representation

intent-classification-evaluation UI

Awesome Lists containing this project

README

        

## Deployment to Render:

1. Create a new Web Service on Render.
2. Specify the URL to your git repository.
3. Render will automatically detect that you are deploying a Python service and use `pip` to download the dependencies.
4. Specify the following as the Start Command.

```shell
streamlit run Home.py
```

6. Click Create Web Service.