Car Connect is an intelligent automotive assistant web application that helps users with car-related questions and needs.
This project implements a conversational AI interface using Google's Dialogflow to provide automotive assistance through a clean, responsive web interface. The application is built with Flask and can be deployed to cloud platforms.
- Car Maintenance Advice: Get expert guidance on maintaining your vehicle
- Troubleshooting Assistance: Identify common car problems and get solutions
- Service Scheduling Information: Access information about service scheduling
- Frontend: HTML, CSS, JavaScript
- Backend: Python, Flask
- Conversational AI: Google Dialogflow
- Deployment: Compatible with cloud platforms that support Flask applications
index.html
- The main web interfacemain.py
- Flask application for serving the web interfacerequirements.txt
- Python dependencies
- Python 3.8+
- Pip package manager
-
Clone the repository:
git clone https://github.com/Wiikay/Car---Connect.git cd Car---Connect
-
Create a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py
-
Open your browser and navigate to
http://localhost:8080
The application is configured to be deployed to cloud platforms. The port is configurable via the PORT environment variable.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.