RideVision: Autonomous Vehicle Fleet Management System
Overview
RideVision is a comprehensive autonomous vehicle fleet management platform designed to integrate advanced AI technologies, Tesla vehicle APIs, and real-time environmental data processing.
Key Features
- 🚗 Tesla Vehicle Data Integration
- 🌦️ Real-time Weather Data Processing
- 🤖 AI-Powered Fleet Management
- 📊 Interactive Streamlit Dashboard
- 🔒 Secure API Interactions
Technology Stack
- Frontend: React, Streamlit
- Backend: Node.js, Python
- APIs: Tesla Owner API, OpenWeatherMap
- Deployment: Docker, Hugging Face Spaces
- Database: Drizzle ORM
Prerequisites
- macOS (M1/M2 compatible)
- Docker
- OrbStack
- Python 3.10+
- Node.js 18+
Local Development Setup
1. Clone the Repository
git clone https://github.com/lattmamb/RideVisionMain.git
cd RideVisionMain
2. Install Dependencies
# Python dependencies
pip install -r requirements.txt
# Node.js dependencies
npm install
3. Environment Configuration
Create a .env file with the following variables:
TESLA_API_KEY=your_tesla_api_key
WEATHER_API_KEY=your_openweathermap_api_key
Docker Deployment
Pull Docker Image
docker pull registry.hf.space/lattmamb-ridevisionmain:latest
Run Docker Container
docker run -it -p 7860:7860 --platform=linux/amd64 registry.hf.space/lattmamb-ridevisionmain:latest
Hugging Face Spaces
Access the live demo: RideVision on Hugging Face Spaces
Development Workflow
npm run dev: Start development servernpm run build: Build production assetsnpm run start: Start production servernpm run test: Run test suite
Contributing
- Fork the repository
- Create a feature branch
- Commit your changes
- Push to the branch
- Create a Pull Request
License
MIT License
Contact
- Project Lead: @lattmamb
- GitHub: RideVision Repository
Roadmap
- [ ] Expand AI fleet management capabilities
- [ ] Add more vehicle integrations
- [ ] Implement advanced predictive maintenance
- [ ] Develop comprehensive user management system
RideVision Autonomous Fleet Manager
Project Details
- lattmamb/RideVision
- Last Updated: 5/12/2025
Recomended MCP Servers
An MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages,...
An MCP server to help you "play with your documents" via Docling 🐥
Yellhorn offers MCP tools to generate detailed workplans with Gemini 2.5 Pro and to review diffs against them...
FalkorDB MCP Server
Model Context Protocol Servers
MCP server for training Linear Regression Model.
MCP Server for MySQL databases
Patchright (Playwright patch) MCP server for lightweight models
MCP server that interacts with TickTick via the TickTick Open API





