A system to check car insurance status by uploading CSV files of plate numbers and verifying through a government API.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project allows users to check the registration status of car insurance by uploading a CSV file containing car plate numbers. The system sends the data to a government API and retrieves the verification result.
To get a local copy up and running, follow these steps.
You will need the following installed:
- Python 3.x
- Pandas library
pip install pandas
Installation Clone the repo sh Copy code git clone https://github.com/avict18/car-insurance-id.git Install Python packages sh Copy code pip install -r requirements.txt
Usage Place your MV_Insurance.csv file in the project directory. Run the Python script to check registration status: sh Copy code python check_registration.py The results will be saved in a registration_results.csv file.
Roadmap Feature 1: Add support for more data formats. Feature 2: Automate CSV upload through UI. Feature 3: Improve error handling for API requests.
Contributing Contributions are what make the open source community such an amazing place to learn and create. Any contributions you make are greatly appreciated.
Fork the Project 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
License Distributed under the MIT License. See LICENSE.txt for more information.
Project Link: https://github.com/avict18/car-insurance-id