All Projects → the-ethan-hunt → B.e.n.j.i.

the-ethan-hunt / B.e.n.j.i.

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

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to B.e.n.j.i.

Angle
⦠ Angle: new speakable syntax for python 💡
Stars: ✭ 61 (-26.51%)
Mutual labels:  speech-recognition, speech-to-text
Wav2letter
Speech Recognition model based off of FAIR research paper built using Pytorch.
Stars: ✭ 78 (-6.02%)
Mutual labels:  speech-recognition, speech-to-text
Deepspeech Websocket Server
Server & client for DeepSpeech using WebSockets for real-time speech recognition in separate environments
Stars: ✭ 79 (-4.82%)
Mutual labels:  speech-recognition, speech-to-text
Eesen
The official repository of the Eesen project
Stars: ✭ 738 (+789.16%)
Mutual labels:  speech-recognition, speech-to-text
Patter
speech-to-text in pytorch
Stars: ✭ 71 (-14.46%)
Mutual labels:  speech-recognition, speech-to-text
Stephanie Va
Stephanie is an open-source platform built specifically for voice-controlled applications as well as to automate daily tasks imitating much of an virtual assistant's work.
Stars: ✭ 772 (+830.12%)
Mutual labels:  speech-recognition, speech-to-text
Syn Speech
Syn.Speech is a flexible speaker independent continuous speech recognition engine for Mono and .NET framework
Stars: ✭ 57 (-31.33%)
Mutual labels:  speech-recognition, speech-to-text
Sonus
💬 /so.nus/ STT (speech to text) for Node with offline hotword detection
Stars: ✭ 532 (+540.96%)
Mutual labels:  speech-recognition, speech-to-text
Artyom.js
A voice control - voice commands - speech recognition and speech synthesis javascript library. Create your own siri,google now or cortana with Google Chrome within your website.
Stars: ✭ 1,011 (+1118.07%)
Mutual labels:  speech-recognition, speech-to-text
Discordspeechbot
A speech-to-text bot for discord with music commands and more using NodeJS. Ideally for controlling your Discord server using voice commands, can also be useful for hearing-impaired people.
Stars: ✭ 35 (-57.83%)
Mutual labels:  speech-recognition, speech-to-text
Annyang
💬 Speech recognition for your site
Stars: ✭ 6,216 (+7389.16%)
Mutual labels:  speech-recognition, speech-to-text
Openasr
A pytorch based end2end speech recognition system.
Stars: ✭ 69 (-16.87%)
Mutual labels:  speech-recognition, speech-to-text
Adapt
Adapt Intent Parser
Stars: ✭ 690 (+731.33%)
Mutual labels:  speech-recognition, speech-to-text
Dragonfire
the open-source virtual assistant for Ubuntu based Linux distributions
Stars: ✭ 1,120 (+1249.4%)
Mutual labels:  speech-recognition, speech-to-text
Speech recognition
Speech recognition module for Python, supporting several engines and APIs, online and offline.
Stars: ✭ 5,999 (+7127.71%)
Mutual labels:  speech-recognition, speech-to-text
Audio Pretrained Model
A collection of Audio and Speech pre-trained models.
Stars: ✭ 61 (-26.51%)
Mutual labels:  speech-recognition, speech-to-text
Java Speech Api
The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
Stars: ✭ 490 (+490.36%)
Mutual labels:  speech-recognition, speech-to-text
Silero Models
Silero Models: pre-trained STT models and benchmarks made embarrassingly simple
Stars: ✭ 522 (+528.92%)
Mutual labels:  speech-recognition, speech-to-text
Kur
Descriptive Deep Learning
Stars: ✭ 811 (+877.11%)
Mutual labels:  speech-recognition, speech-to-text
Nativescript Speech Recognition
💬 Speech to text, using the awesome engines readily available on the device.
Stars: ✭ 72 (-13.25%)
Mutual labels:  speech-recognition, speech-to-text

B.E.N.J.I.

Built with ❤

works on Windows works on Linux Works on Max

made with &hearts in Python

Gitter chat



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)

Impossible Missions Force's debrief issued to the POTUS dated 30th May 2017:
    "On properly documented analysis and Congressional finding, the Impossible Missions Force(IMF) therefore, declassifies it's junior level digital assistant titled B.E.N.J.I.,short for Brilliant and Efficient non-Javascript enabled Intelligence Systems for civilian use. It might be noted that, this is only for peaceful purposes and the IMF does not hold any responsibility on its misuse. The Force however,has full right to control the activities of the system both,legally and illegally. The Force also submits that any covert action taken due to the system is not questionable to any Congressional hearing. Finally the Force asserts that its agents,operatives or analysts neither accept nor deny details of any operation regarding B.E.N.J.I. to any hearing without the Secretary's approval."

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

Working in Linux

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

Working on Windows

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

Working on Windows

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].