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
- Host: GitHub
- URL: https://github.com/tomarakanksha/intent-classification-evaluation-ui
- Owner: tomarakanksha
- Created: 2024-01-29T23:56:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-30T01:37:37.000Z (over 1 year ago)
- Last Synced: 2025-02-05T07:23:35.564Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.