NeuroDrive is a driver behavior analysis and rating system designed to improve driving habits and safety by providing real-time feedback and performance evaluations. The application features a user-friendly interface that allows users to log in, create an account, and access personalized insights about their driving behavior.
- User Authentication: Secure login and registration system.
- Responsive Design: Mobile and desktop-friendly UI.
- Behavioral Analysis: Monitors and analyzes driver performance.
- Rating System: Updates driver ratings based on behavior.
- Account Recovery: Forgot username/password functionality.
- Frontend: HTML, CSS, TailwindCSS
- Backend: Django
- Database: PostgreSQL
- Authentication: Session-based Authentication
Follow these steps to set up the project locally.
- Python 3.9+ (if using Django)
- Node.js and npm (for frontend package management)
- Git
- Clone the repository:
git clone https://github.com/username/neurodrive.git cd NeuroDrive