Making data-driven decisions accessible for every business
Slimr is a SaaS analytics and pricing optimization platform that helps small businesses in Belgium make smarter decisions. Built with Python and ML, it turns complex data into actionable insights.
- 📊 Easy-to-understand analytics dashboard
- 📈 Sales trend analysis
- 🔄 Simple CSV data upload
- 📱 Mobile-friendly interface
- 🤖 ML-powered pricing optimization
- 🎯 Customer segmentation
- 📊 Advanced visualizations
- 🔌 API integrations
- Backend: FastAPI, PostgreSQL
- Analytics: Python (pandas, scikit-learn)
- Frontend: Streamlit (MVP), React (future)
- Cloud: Azure (planned)
git clone https://github.com/Danil-Zhuravlov/slimr.git
python -m venv venv
source venv/bin/activate # Unix
venv\Scripts\activate # Windows
pip install -r requirements.txt
uvicorn app.main:app --reload
🚧 Currently in active development - MVP expected in Q1 2025
- Basic analytics dashboard
- Data pipeline setup
- Simple UI with Streamlit
- CSV data upload and validation
- Pricing engine development
- Customer segmentation
- Enhanced visualizations
- Basic API endpoints
- UI/UX improvements
- Performance optimization
- Security enhancements
- Documentation
-
Basic: €29/month
- Full analytics dashboard
- CSV data import
- Basic reporting
-
Premium: €79/month
- All Basic features
- ML-powered pricing
- Advanced analytics
- Priority support
-
Enterprise: Custom pricing
- All Premium features
- Custom integrations
- Dedicated support
- White-label options
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Danil Zhuravlov
- 📧 Email: [email protected]
- 💼 LinkedIn: Danil Zhuravlov
- 🌐 GitHub: Danil-Zhuravlov