Skip to main content

Generative Intelligent Artificial Neural Network Assistant

Project description

Gianna: Generative Intelligent Artificial Neural Network Assistant

Gianna is a voice assistant that utilizes CrewAI and Langchain to perform complex tasks. It provides an easy way to create chain instances for working with a simple prompt, a string parser, and various LLM models such as OpenAI, Google, NVIDIA, Groq, and Ollama.

Installation

Prerequisites

  • Python 3.10 or higher
  • Poetry (Python package manager)
sudo apt update -y 
sudo apt install --no-install-recommends -y \
   build-essential \
   libpq-dev \
   libgirepository1.0-dev \
   libcairo2-dev pkg-config python3-dev \
   python3-pyaudio portaudio19-dev \
   libportaudio2
sudo apt update -y && sudo apt upgrade -y

Clone

To get started with Gianna, you'll need to have Poetry installed. Poetry is a dependency management and packaging tool for Python projects. If you don't have Poetry installed, you can follow the installation instructions from the official Poetry documentation.

Once you have Poetry installed, follow these steps to set up Gianna:

  1. Clone the Gianna repository:

    git clone https://github.com/marvinbraga/gianna.git
    
  2. Navigate to the project directory:

    cd gianna
    
  3. Install the project dependencies using Poetry:

    poetry install
    
  4. Activate the virtual environment created by Poetry:

    poetry shell
    
  5. Run Gianna:

    python main.py
    

More Info

Contributing

We welcome contributions from the community to make Gianna even better! If you'd like to contribute to the project, please follow these steps:

  1. Fork the Gianna repository on GitHub.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
    
  3. Make your changes and commit them with descriptive commit messages.

  4. Push your changes to your forked repository:

    git push origin feature/your-feature-name
    
  5. Open a pull request on the main Gianna repository, describing your changes and why they should be merged.

We appreciate your contributions and will review your pull request as soon as possible. Together, let's make Gianna an even more powerful and versatile voice assistant!

If you have any questions or need further assistance, please don't hesitate to reach out to our friendly community on GitHub Discussions or Discord.

Happy coding!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gianna-0.1.4.tar.gz (23.5 kB view hashes)

Uploaded Source

Built Distribution

gianna-0.1.4-py3-none-any.whl (43.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page