B.E.N.J.I.

B.E.N.J.I.- The Impossible Missions Force's digital assistant

MIT License

Stars
91

B.E.N.J.I.

A digital assistant for your device that uses speech-recognition to obey your commands

NOTE #1: B.E.N.J.I. has participated in the following Open-Source Programs: Kharagpur Winter of Code 2017, GirlScript Summer Of Code 2018, NJACK Winter of Code 2018 and Kharagpur Winter of Code 2018 πŸŽ‰

NOTE #2: I was invited to talk about B.E.N.J.I at the Open-Source Summit held at IIT Kharagpur on the 21st of January 2018. You can view the slides here. The video session is available to watch here πŸŽ‰

Maintainers : Dhruv Apte, Abhimanyu Thakre

List of contents

Declassified debrief

(Back to top)

Installation

(Back to top)

You can install B.E.N.J.I. on your laptop by cloning this repository as of first:

  1. git clone http://github.com/the-ethan-hunt/B.E.N.J.I.
  2. Open your IPython notebook to %run benji.py. For Command Prompt try python benji.py.
    Note:If a module is not found, then install each module by: pip install modulename
    P.S. B.E.N.J.I. now works for Windows, Linux and Mac OS πŸŽ‰

Mac Installation Troubleshooting

    creating build/temp.macosx-10.12-x86_64-3.6/src
    clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -DMACOSX=1 -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python3/3.6.4/Frameworks/Python.framework/Versions/3.6/include/python3.6m -c src/_portaudiomodule.c -o build/temp.macosx-10.12-x86_64-3.6/src/_portaudiomodule.o
    src/_portaudiomodule.c:29:10: fatal error: 'portaudio.h' file not found
    #include "portaudio.h"
             ^~~~~~~~~~~~~
    1 error generated.
    error: command 'clang' failed with exit status 1

    ----------------------------------------
Command "/usr/local/opt/python3/bin/python3.6 -u -c "import setuptools, tokenize;__file__='/private/var/folders/fv/cy3_1czs31q64478bzxd7_m5vdlrd8/T/pip-build-z73z9sim/PyAudio/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/fv/cy3_1czs31q64478bzxd7_m5vdlrd8/T/pip-wh091sp7-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/fv/cy3_1czs31q64478bzxd7_m5vdlrd8/T/pip-build-z73z9sim/PyAudio/
You are using pip version 9.0.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.

Command to solve the above: brew install portaudio && pip3 install pyaudio

Traceback (most recent call last):
  File "MacOS/benji.py", line 3, in <module>
    from PIL import ImageTk
ModuleNotFoundError: No module named 'PIL'

Command to solve the above: pip3 install Pillow

Traceback (most recent call last):
  File "MacOS/benji.py", line 10, in <module>
    import wikipedia
ModuleNotFoundError: No module named 'wikipedia'

Command to solve the above: pip3 install wikipedia

Traceback (most recent call last):
  File "MacOS/benji.py", line 21, in <module>
    import speech_recognition as sr
ModuleNotFoundError: No module named 'speech_recognition'

Command to solve the above: pip3 install SpeechRecognition

Traceback (most recent call last):
  File "MacOS/benji.py", line 23, in <module>
    import pyttsx3
ModuleNotFoundError: No module named 'pyttsx3'

Command to solve the above: pip3 install pyttsx3

Change the pip version above according to what you have installed on your mac.

B.E.N.J.I working in Linux

B.E.N.J.I working on Windows

B.E.N.J.I working on Mac

Contributing

(Back to top)

Contributions are welcomed heartily; any new feature or a bug fix is great! πŸ˜„

FAQs

(Back to top)

  1. How to use B.E.N.J.I. to open a website/webpage?
  • Say "facebook.com" and B.E.N.J.I. will open the requested page. Here, it's important to specify the top-level domain i.e. ".com".
  1. How to use the news feature?
  • Say "news the hindu" and B.E.N.J.I. will open list of latest "news" by requested news agency.
  1. How to use the recording feature? (Windows)
  • "UScreenCapture" and "ffmpeg" needed to run this feature.

License

(Back to top)

The MIT License 2017 - Dhruv Apte.

Badges
Extracted from project README
Built with ❀ works on Windows works on Linux Works on Max made with &hearts in Python Gitter chat
Related Projects