Managing a car rental business requires meticulous documentation. Each vehicle handover involves:
- Verifying current mileage
- Identifying the vehicle
- Recording date and time
- Filling, signing and archiving protocols
When done manually, this process is time-consuming and error-prone.
App is working on authentic data for a Polish car rental business. Because of that, some elements are named in Polish language.
This is a portfolio README focused on business problem solving. Technical README with setup instructions and project structure is available in modules/README.md.
RentML automates car rental management processes:
-
Automated Data Recognition
- Dashboard image analysis
- Vehicle model identification
- Mileage reading with OCR
-
Smart Prediction
- System suggests vehicle model based on historical data
- Auto-filled forms save time
-
Document Generation
- Instant handover protocol creation
- Print-ready format (DOCX)
- Easily adjustable template
-
Data Visualization
- Interactive mileage charts
- Fleet usage trend analysis
- Time Saving: Registration process reduced from minutes to seconds
- Error Elimination: Automatic recognition prevents documentation mistakes
- Easy Data Access: Mileage history and usage always available
- Mobility: Register directly from mobile device
- Take a dashboard photo or upload existing one
- System automatically recognizes model and mileage
- Verify and complete data in the form
- Save to database and/or generate protocol
- Python: Core programming language
- PyTorch: Binary classification model trained for dashboard recognition
- EasyOCR: Optical Character Recognition for mileage reading
- Pandas: Data manipulation and analysis
- Altair: Interactive data visualization
- Streamlit: Web application interface
- SKLearn: Data clustering
- Dashboard Similarity: Two delivery vehicles had identical dashboards, making trained ML model classification insufficient
- Clustering Solution: Implemented a clustering approach to differentiate between similar dashboard types
- OCR Quality: The dataset wasn't created with OCR in mind. Extremely poor outliers were removed, and while some reading fluctuations remain (shouldn't happen while measuring car mileage increase over time), the results were deemed acceptable for practical use.
Project created by Mateusz Ratajczak as a post-mortem automation of own business.