sentimentAi / README.md
Alejadro Sanchez-Giraldo
add train model base code
6e61bae
|
raw
history blame
No virus
659 Bytes
---
title: SentimentAi
emoji: 💻
colorFrom: gray
colorTo: indigo
sdk: streamlit
sdk_version: 1.36.0
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Run on docker
### UI
docker run -it -p 8501:8501 --platform=linux/amd64 \
-e LAUNCHDARKLY_SDK_KEY="sdk-142d656c-d430-4f8c-b2f1-7275f2ec65ff" \
registry.hf.space/asgface-sentimentai:latest streamlit run app.py
### API
docker run -it -p 5001:5000 --platform=linux/amd64 \
-e LAUNCHDARKLY_SDK_KEY="sdk-142d656c-d430-4f8c-b2f1-7275f2ec65ff" \
registry.hf.space/asgface-sentimentai:latest python api.py