diff --git a/README.md b/README.md index 49da1db..125729d 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,25 @@ # JEDA -A Virtual Assistant Made By CS Brach 5th sem AEIP Gada +A Virtual Assistant Made By CS Brach 5th sem AEIP Gadag This project aims to Make Virtual assistants available for everyone -Call Her Hi "JEDA" +Call Her Hi "Name" -JEDA is Reliable and easy to use, listens to you, and answers questions Faster. +"Name" is Reliable and easy to use, listens to you, and answers questions Faster. -Funtcions - Speach Recongnation \ No newline at end of file + + + + + + + + + + + + +this project is created with inspiration from various youtube channels +if any complaints regards please inform before any actions, This is a collage projext not comercial use +thank you diff --git a/Requirements/Model Installation.txt b/Requirements/Model Installation.txt new file mode 100644 index 0000000..318aa2e --- /dev/null +++ b/Requirements/Model Installation.txt @@ -0,0 +1,5 @@ +Copy and paste in terminal + +"pip install pyaudio" if error occurs There is a file intall it or download & Install "https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio" +"pip intall pyttsx3" +"pip install pocketsphix"if error occurs There is a file intall it or download & Install "https://www.lfd.uci.edu/~gohlke/pythonlibs/" Ctrl+F type Pytttsx diff --git a/Requirements/PyAudio-0.2.11-cp39-cp39-win_amd64.whl b/Requirements/PyAudio-0.2.11-cp39-cp39-win_amd64.whl new file mode 100644 index 0000000..d1986b0 Binary files /dev/null and b/Requirements/PyAudio-0.2.11-cp39-cp39-win_amd64.whl differ diff --git a/Requirements/pocketsphinx-0.1.15-cp39-cp39-win_amd64.whl b/Requirements/pocketsphinx-0.1.15-cp39-cp39-win_amd64.whl new file mode 100644 index 0000000..17db9c4 Binary files /dev/null and b/Requirements/pocketsphinx-0.1.15-cp39-cp39-win_amd64.whl differ diff --git a/Requirements/vosk-model-small-en-us-0.15.zip b/Requirements/vosk-model-small-en-us-0.15.zip new file mode 100644 index 0000000..0c94ec8 Binary files /dev/null and b/Requirements/vosk-model-small-en-us-0.15.zip differ diff --git a/Resource/PPT/WhatsApp Image 2022-01-18 at 11.39.54 AM.jpeg b/Resource/PPT/WhatsApp Image 2022-01-18 at 11.39.54 AM.jpeg new file mode 100644 index 0000000..5fa15da Binary files /dev/null and b/Resource/PPT/WhatsApp Image 2022-01-18 at 11.39.54 AM.jpeg differ diff --git a/Resource/PPT/jarvis.pptx b/Resource/PPT/jarvis.pptx new file mode 100644 index 0000000..f028196 Binary files /dev/null and b/Resource/PPT/jarvis.pptx differ diff --git a/core/__init__.py b/core/_inher_.py similarity index 91% rename from core/__init__.py rename to core/_inher_.py index 8b9ea09..439fa2e 100644 --- a/core/__init__.py +++ b/core/_inher_.py @@ -2,7 +2,7 @@ # A class to return system info. class SystemInfo: - def __init__(self): + def _inher_(self): pass @staticmethod diff --git a/main.py b/main.py index 2bafc67..38ef2e0 100644 --- a/main.py +++ b/main.py @@ -7,7 +7,7 @@ import os import pyaudio import pyttsx3 -from core import SystemInfo +from core._inher_ import SystemInfo #speech Recg model = Model('model') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5c1d7ac --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +SpeechRecognition==3.8.1 +pocketsphinx==0.1.15 +vosk==0.3.15 \ No newline at end of file