Skip to main content

You can use this to create your own assistant

Project description

Adua

Adua is a Python package that provides various functionalities, including web search, face recognition, audio processing, and more. It is designed to assist users with tasks and interactions using speech and text.

Features

  • Web search: Perform searches on popular search engines.
  • Face recognition: Capture faces from video and perform facial recognition.
  • Audio processing: Convert text to speech and speech to text.
  • Wolfram Alpha integration: Get answers to queries using Wolfram Alpha.
  • Image generation: Generate images based on queries.
  • OpenAI GPT integration: Get answers to questions using OpenAI GPT.

Installation

You can install Adua using pip:

pip install adua

Usage
Here's a quick example of how to use Adua in your Python code:
<code>
from adua import Adua

# Initialize Adua
adua = Adua()

# Perform a web search
adua.web_search('how to create Python package')

# Capture faces from video
faces, face_num, face_locations, face_encodings, frame = adua.Capture_face_vid()

# Convert text to speech
adua.speak('Hello, how are you?')

# Convert speech to text
query = adua.listen()
</code>
License
This project is licensed under the MIT License.

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

adua-1.2.3.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

adua-1.2.3-py3-none-any.whl (4.5 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