Lucibaby A.I is an AI-powered virtual assistant developed using Python. It can perform various tasks such as voice recognition, web browsing, weather information retrieval, sending emails, setting reminders, and engaging in conversation using OpenAI's GPT-3 model.
-
Clone the repository:
git clone https://github.com/yashtriyar/lucibaby-ai.git
-
Navigate to the project directory: cd lucibaby-ai
-
Install the required packages: pip install -r requirements.txt
-
Set up the API key:
Obtain an API key from OpenAI.
Create a file named config.py in the project directory.
Inside config.py, define a variable apikey and assign your API key to it: apikey = "YOUR_API_KEY"
Save the File
-
Run the main.py file to start Lucibaby A.I: python main.py
-
Lucibaby A.I will listen for your commands. You can interact with it by speaking or typing your queries.
-
Lucibaby A.I supports various commands, including:
Opening websites (e.g., "Open YouTube") Sending emails (e.g., "Send email") Retrieving weather information (e.g., "Weather") Searching Wikipedia (e.g., "Search Wikipedia") Setting reminders (e.g., "Set a reminder") Adding tasks to the to-do list (e.g., "Add a task") Printing the to-do list (e.g., "Print to-do list") Engaging in conversation (e.g., "Using artificial intelligence") Exiting the program (e.g., "Close")