A CLI tool designed to help you with a variety of tasks. Makes it easy to interact with the OpenAI API, whether you have a question, need an image, want to convert text to speech, or want to transcribe something.
Follow these steps to get up and running. It is recommended to use a virtual environment to avoid package conflicts. Before doing any of this, navigate to the desired directory. You will also need to have Python installed on your machine.
-
Clone the Repository:
git clone https://github.com/johannesschiessl/AI-CLI-Tool.git
-
Navigate to the Project Directory:
cd AI-CLI-Tool
-
Install Requirements:
# On Windows / Linux: pip install -r requirements.txt # On MacOS: pip3 install -r requirements.txt
-
Export your OpenAI API key to environmental variables
# On MacOS / Linux: $ export OPENAI_API_KEY="your openai-api key" # On Windows: $ setx OPENAI_API_KEY "your openai-api key"
-
Run the AI Assistant
python assistant/main.py
If you encounter any issues or have feature requests, feel free to open an issue.