Skip to content

Latest commit

 

History

History
117 lines (93 loc) · 2.97 KB

README.md

File metadata and controls

117 lines (93 loc) · 2.97 KB

Slimr - Smart Analytics for Belgian SMEs 🚀

Making data-driven decisions accessible for every business

What is Slimr?

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.

Features

MVP (Coming Soon)

  • 📊 Easy-to-understand analytics dashboard
  • 📈 Sales trend analysis
  • 🔄 Simple CSV data upload
  • 📱 Mobile-friendly interface

Future Releases

  • 🤖 ML-powered pricing optimization
  • 🎯 Customer segmentation
  • 📊 Advanced visualizations
  • 🔌 API integrations

Tech Stack

  • Backend: FastAPI, PostgreSQL
  • Analytics: Python (pandas, scikit-learn)
  • Frontend: Streamlit (MVP), React (future)
  • Cloud: Azure (planned)

Getting Started

Clone the repository

git clone https://github.com/Danil-Zhuravlov/slimr.git

Create virtual environment

python -m venv venv

Activate virtual environment

source venv/bin/activate  # Unix
venv\Scripts\activate    # Windows

Install dependencies

pip install -r requirements.txt

Run the application

uvicorn app.main:app --reload

Project Status

🚧 Currently in active development - MVP expected in Q1 2025

Development Roadmap

Phase 1: MVP (Month 1)

  • Basic analytics dashboard
  • Data pipeline setup
  • Simple UI with Streamlit
  • CSV data upload and validation

Phase 2: ML Integration (Month 2)

  • Pricing engine development
  • Customer segmentation
  • Enhanced visualizations
  • Basic API endpoints

Phase 3: Polish & Launch (Month 3)

  • UI/UX improvements
  • Performance optimization
  • Security enhancements
  • Documentation

Pricing Tiers

  • 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

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

Danil Zhuravlov

Badges

Python License Development Status