Skip to content

philbotar/Personal-assistant-Tiberius

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Tiberius - Personal Assistant

Tiberius is a voice-activated personal assistant application designed to perform a variety of tasks through speech recognition and text-to-speech technology. It can provide date and time information, assist with note-taking, and fetch cryptocurrency prices.

Features

  • Voice Interaction: Engage with Tiberius using simple voice commands.
  • Date Information: Ask for today's date or tomorrow's date.
  • Note Management: Create, read, and delete notes using voice commands.
  • Cryptocurrency Prices: Get the latest prices for Bitcoin and Ethereum.

Installation

Before running Tiberius, ensure you have the following dependencies installed:

  • Python 3.x
  • speech_recognition
  • pyttsx3
  • datetime
  • cryptocompare
  • inflect

You can install these packages using pip:

pip install SpeechRecognition pyttsx3 cryptocompare inflect

Usage

To start using Tiberius, run the main script:

python tiberius.py

Once running, you can interact with Tiberius using voice commands like:

"What's the date today?" "Note down..." "What's the price of Bitcoin?"

Voice Commands

Date and Time:

"What's the date today?" "What's the date tomorrow?"

Note-Taking:

"Write a note..." "Read my notes" "Delete my notes"

Cryptocurrency Prices:

"What's the price of Bitcoin?" "What's the price of Ethereum?"

About

A Verbal personal Assitant to aid with my day to day.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages