Installation¶
Requirements¶
- Python: 3.9+ (3.11 recommended)
- RAM: 4GB minimum, 8GB recommended
- Storage: 1GB + space for data
Docker (Recommended)¶
git clone https://github.com/sahaib/ftex-streamlit.git
cd ftex-streamlit
cp .env.example .env
docker-compose up -d
Access at http://localhost:8501
Local Installation¶
Environment Variables¶
Create .env file:
# Freshdesk (optional)
FRESHDESK_DOMAIN=your-company
FRESHDESK_API_KEY=your-api-key
# AI (optional)
OLLAMA_URL=http://localhost:11434
OLLAMA_MODEL=qwen2.5:14b
Next Steps¶
- Quick Start - Get running in 5 minutes
- Configuration - Customize settings