Atlas is an AI assistant developed using OpenAI's GPT-3.5 model. It can perform various tasks, such as answering questions, engaging in conversation, opening websites, telling the time, and more.
Atlas AI Assistant is a Python-based project that uses OpenAI's GPT-3.5 model to provide intelligent responses to user queries. It can understand voice commands, answer questions, hold conversations, and even open websites. The AI model is fine-tuned to generate human-like responses.
Follow the instructions below to set up and run Atlas on your local machine.
###Prerequisites
Before running Atlas, make sure you have the following installed:
- Python 3.x
- OpenAI Python Library
- speech_recognition library
- pyttsx3 library
- webbrowser library
You can install the required packages using pip:
pip install openai
pip install SpeechRecognition
pip install pyttsx3
###Installation
1. Clone the repository to your local machine:
>>git clone https://github.com/yourusername/automation-using-openAI.git
>>cd automation-using-openAI
2. Obtain your OpenAI API key and replace the placeholder api_key in the config.py file with your actual API key.
3. Run the jarvis.py script:
>>python atlas.py
## Usage
1. Launch Atlas by running the jarvis.py script.
2. When Atlas says "Hello, I am Atlas," start speaking your command or query.
3. Atlas will process your command and provide a spoken response.
4. You can use commands like "Open YouTube," "What is the time," or have a casual conversation with Atlas.
## Contributing
Contributions to Atlas AI Assistant are welcome! If you find any bugs, have feature suggestions, or want to improve the code, feel free to open an issue or submit a pull request. Please follow the standard coding guidelines and ensure that your changes are well-documented.
## License
This project is licensed under the MIT License - see the LICENSE file for details..
## Contact
If you have any questions or need assistance with Jarvis AI Assistant, feel free to contact me:
Email: [email protected]