0ne-zero / Emma_Audio_Assistant

Emma will become audio assistant but for now, She's mostly a text assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emma_Audio_Assistant

Emma Audio Assistant is in progress and incomplete.

Table of Contents

General Information

  • Let me admit that I am lazy. So I decided to make a simple voice assistant using Python. In theory, it should recognize voice, But in my system, I saddly have driver issues with my microphone, so I can't test it correctly.
  • For now, Emma can do just basic tasks.

Technologies Used

  • Python - version 3.8
  • AIML - version 1.0

Screenshot

Emma-joke

  • You see, That's fun (:

Setup

  • If you want to test this project run these commands:
$ git clone https://github.com/0ne-zero/Emma_Audio_Assistant
$ cd ./Emma_Audio_Assistant/
$ virtualenv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt
$ python3   ./main.py

Project Status

  • Project is: in progress

Acknowledgements

  • This project was inspired by JELVIS
  • Thanks to Iron-Man

Contact

About

Emma will become audio assistant but for now, She's mostly a text assistant


Languages

Language:Python 93.3%Language:HTML 6.7%