A simple, rule-based web-application that estimates insurance premium and risk for two-wheelers and four-wheelers based on user inputs. It uses risk multiplier model. This project demonstrates backend ...
Project Structure text ├── app.py # Flask app & WhatsApp webhook ├── database.py # SQLite database operations ├── validators.py # Input validation for all fields ├── pdf_generator.py # PDF generation ...