The first tool to automate the process of analyzing sales data through artificial intelligence
demo.webm
- Automated Sales Reporting
- Bussiness intelligence
- Prompt Engineering Templates
To run this project, you will need to add the following environment variables to your .env file
OPENAI_API_KEY
1- install the requirments:
pip install -r requirments.txt2- create .env file:
OPENAI_API_KEY='sk-...'3- Run Streamlit :
python -m streamlit run app.pyoutput:
```bash
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.1.13:8501