Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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












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
5 changes: 5 additions & 0 deletions Requirements/Model Installation.txt
Original file line number Diff line number Diff line change
@@ -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
Binary file not shown.
Binary file not shown.
Binary file added Requirements/vosk-model-small-en-us-0.15.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Resource/PPT/jarvis.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion core/__init__.py → core/_inher_.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# A class to return system info.
class SystemInfo:
def __init__(self):
def _inher_(self):
pass

@staticmethod
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os
import pyaudio
import pyttsx3
from core import SystemInfo
from core._inher_ import SystemInfo

#speech Recg
model = Model('model')
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SpeechRecognition==3.8.1
pocketsphinx==0.1.15
vosk==0.3.15