Code Monkey home page Code Monkey logo

cali's Introduction

Cali

Cali: A simple virtual assistant that demonstrates how to use Google Speech Recognition and IBM text to speech in Python

Requirements

This program needs the following dependencies installed. Run the following command on your terminal to install them

python -m pip install --upgrade ibm-watson

python -m pip install SpeechRecognition

python -m pip install pyttsx3

You also need to have mpg321 command line MP3 player installed on your PC

MAC OSX

https://brewinstall.org/Install-mpg321-on-Mac-with-Brew/ for Mac OSX

For Windows PC

http://www.mpg123.de/download/win64/mpg123-1.23.8-x86-64.zip download for windows, then extract the folder and rename mpg123.exe to mpg321.exe and add the folder to your system path. Learn how to add folder to path here: https://www.architectryan.com/2018/03/17/add-to-the-path-on-windows-10/

How to run

Run the script "main.py" from the directory containing it

Cali Commands

Say:

What is the weather in Abuja: to make Cali check and tell you the weather in Abuja

Search for Python tutorial on youtube: to make Cali open a new youtube search page.

Open up imabeljoshua on twitter: to make Cali open up twitter.com/iamabeljoshua on a new browser tab.

What is the local time: to make Cali check and tell your current local time.

Contributions

This is just a simple python program that demonstrates how different components can be combined to create a virtual assistant. A lot can be done with this project, such as:

Adding AIML to this project to make it work like an AI Chatbot.

Using NLP for intent extraction to give it an Alexa or Google Home like intelligence.

Feel free to fork this project and make your own changes too.

cali's People

Contributors

iamabeljoshua avatar

Stargazers

 avatar Micheal avatar

Watchers

James Cloos avatar Micheal avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.