Skip to content

'CAR AI' is a Python program blending vehicle diagnostics with integrated ChatGPT. Using voice commands, access real-time car data, clear error codes, or talk to GPT-4 for help.

Notifications You must be signed in to change notification settings

Billyt106/CarAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CarAI

Description : 'CAR AI' is a Python program blending vehicle diagnostics with integrated ChatGPT. Using voice commands, access real-time car data, clear error codes, or talk to GPT-4 for help.

Modules Needed :

  1. openai macOS and Windows: pip install openai

  2. speech_recognition macOS and Windows: pip install SpeechRecognition

  3. gtts macOS and Windows: pip install gTTS

  4. os This module is part of Python's standard library and doesn't require separate installation.

  5. tempfile Like os, this is also part of Python's standard library and doesn't require separate installation.

  6. obd macOS and Windows: pip install obd

Further Instructions: To install the libraries, open the terminal on macOS or command prompt on Windows and run the commands. Ensure you have pip installed, which is Python's package installer. If you're using a virtual environment (which is recommended for project isolation), ensure it's activated before you install the packages.

About

'CAR AI' is a Python program blending vehicle diagnostics with integrated ChatGPT. Using voice commands, access real-time car data, clear error codes, or talk to GPT-4 for help.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages