Skip to content

gitcomit8/LEXI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

LEXI - Learning and Executing eXpert Intelligence

LEXI Logo

LEXI is an AI assistant designed to make your life easier by understanding natural language, performing tasks, and continuously learning and improving.

Table of Contents

Features

  • Natural Language Understanding: LEXI can understand user intents, including greetings, commands, questions, and more.
  • Task Execution: Perform various tasks on your Windows device, such as opening applications or executing system actions.
  • Web Scraping: Retrieve information and answer questions using web scraping techniques.
  • Continuous Learning: LEXI continuously learns from interactions and user feedback to improve its performance.

Getting Started

Follow these steps to get LEXI up and running on your system.

Prerequisites

  • Python 3.x
  • Rasa NLU and Core
  • TensorFlow
  • NLTK
  • BeautifulSoup
  • PyAutoGUI

Installation

  1. Clone the LEXI repository to your local machine:

    git clone https://github.com/gitcomit8/lexi.git
    git clone https://github.com/gitcomit8/lexi.git
  2. Navigate to the project directory:

    cd lexi
  3. Set up a virtual environment (recommended):

    python -m venv venv
    source venv/bin/activate  # Linux/macOS
  4. Install dependencies:

    pip install -r requirements.txt
  5. Initialize the Rasa project:

    rasa init
  6. Train the NLU and Core models:

    rasa train
  7. Start LEXI:

    rasa shell

Now, LEXI should be ready to assist you!

Usage

  • Start LEXI by running rasa shell in your project directory.
  • Greet LEXI and start giving it commands or asking questions.
  • LEXI will respond to your inputs and perform tasks as instructed.

Contributing

We welcome contributions to LEXI! If you have ideas for improvements, bug fixes, or new features, please open an issue or submit a pull request. Check out our Contribution Guidelines for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Special thanks to the open-source community for providing the tools and libraries that make LEXI possible.
  • Inspired by JARVIS and EDITH from the MCU.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published