Welcome to the Car Assistance App! This project is designed to help car owners diagnose and troubleshoot common car problems with ease. Whether it's an oil change, battery check, or engine trouble, the app provides detailed information and solutions tailored to your needs.
- Comprehensive Car Problem Solutions: Get detailed solutions for various car issues, such as oil changes, battery checks, tire pressure, brake issues, engine trouble, and more.
- Voice Query Capability: Ask questions and get solutions using voice recognition.
- Light/Dark Mode Toggle: Switch between light and dark mode for user convenience.
- Real-Time Clock Display: See the current time displayed on the interface.
- Integration with Wikipedia: Fetch detailed information from Wikipedia for in-depth understanding.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/TOUFIQUE2004/CARASSISTANCE.git
Navigate to the project directory:
-
sh cd your-repository Create a virtual environment:
-
sh python -m venv .venv Activate the virtual environment:
On Windows:
sh .venv\Scripts\activate On macOS and Linux:
-
sh source .venv/bin/activate Install the required dependencies:
-
sh pip install -r requirements.txt Run the Django development server:
-
sh python manage.py runserver