Skip to content

yashtriyar/lucibaby-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucibaby A.I

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.

Installation

  1. Clone the repository:

    git clone https://github.com/yashtriyar/lucibaby-ai.git
    
  2. Navigate to the project directory: cd lucibaby-ai

  3. Install the required packages: pip install -r requirements.txt

  4. 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

Usage

  1. Run the main.py file to start Lucibaby A.I: python main.py

  2. Lucibaby A.I will listen for your commands. You can interact with it by speaking or typing your queries.

  3. 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")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages