Provided by AlpacAI
AttentiveAI represents a cutting-edge integration of AI technologies with automotive safety systems, designed to redefine the driving experience. At its core, AttentiveAI leverages advanced machine learning algorithms, natural language processing, and computer vision to monitor driver attentiveness and provide interactive assistance. By ensuring that drivers remain focused and alert, AttentiveAI aims to significantly reduce the risk of accidents caused by distractions.
AttentiveAI aims to gamify driver experience and ensure road safety by embedding intelligence and attentiveness into every journey. By combining AI's predictive capabilities with real-time monitoring and intervention, AttentiveAI not only makes driving safer but also more enjoyable and engaging. It represents a significant step forward in our journey towards fully autonomous vehicles, offering a glimpse into the future of intelligent transportation systems.
The project envisions expanding its capabilities to include predictive accident avoidance, integration with smart city infrastructure for optimized routing, and enhanced personalization features that adapt to each driver's unique preferences and driving patterns. AttentiveAI is not just a project; it's a commitment to safer, smarter, and more connected driving experiences.
- Linux Ubuntu 22.04
python> 3.10+gcloud(See gcloud installation.)portaudiosudo apt install portaudio19-dev python3-all-dev
# Clone the repository
git clone git@github.com:zennur/ConversationalAI_SDV.git
cd ConversationalAI_SDV
# Setup the python virtual environment
python -m venv .venv
# Activate the virtual environment
source .venv/bin/activate
# Install the requirements
(.venv) pip install -r requirements.txt
# Install python package
(.venv) pip install .AlpacAI

