Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcg1/scenex-ecommerce-demo
https://github.com/alexcg1/scenex-ecommerce-demo
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexcg1/scenex-ecommerce-demo
- Owner: alexcg1
- Created: 2024-02-12T09:41:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T14:55:11.000Z (9 months ago)
- Last Synced: 2024-10-17T08:12:13.335Z (about 1 month ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SceneXplain eCommerce Demo
To use this demo live, go [here](https://scenex-ecommerce-demo.streamlit.app/Live_Experience)
## Run on your own machine
1. Clone this repo
2. Install requirements with `pip install -r requirements.txt`
3. Get a SceneXplain key
4. Run this command:```shell
env SCENEX_KEY="" streamlit run app.py
```