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 ...
maps_project/ ├── app.py # Main Flask application ├── init_db.py # Database initialization script ├── maps.db # SQLite database (created on first run) ├── requirements.txt # Python dependencies ├── ...