This project is an AI-powered desktop assistant that can perform various tasks and uses OpenAI API for answering. It uses Python as the programming language.
https://platform.openai.com/api-keys
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
You have to add your own unique api key in the MarshBrain.py file.
Clone the repo to make it available on your local system by using
git clone <FORKED_REPO_URL>
Change the directory i.e:
cd AI-Desktop-Assistant-Python-OpenAI
Installing all the necessary python module using
pip install -r requirements.txt
python Marsh.py
Sure thing! Just hit the assistant with some voice commands now!
We are Open for Pull Requests.
Please contribute and add value to the code.
If you have some ideas for new features and you don't have time to implement them please open an issue with the tag new_feature.
Please don't forget to comment (document) your code!
Before creating a Pull Request please go through the above guidelines and the code!