├── Untitled-1.py ├── application_tasks.py ├── chromedriver.exe ├── data.pth ├── data_analyzer.py ├── data_new.pth ├── json_dataset.json ├── json_dataset_new.json ├── pre_analyse.py ├── recognize_speech.py ├── recognize_speech_2.py ├── tasks.py ├── tasks_backup.py ├── temp.json ├── tkinter_test.ipynb └── yes_no.pth /Untitled-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/Untitled-1.py -------------------------------------------------------------------------------- /application_tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/application_tasks.py -------------------------------------------------------------------------------- /chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/chromedriver.exe -------------------------------------------------------------------------------- /data.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/data.pth -------------------------------------------------------------------------------- /data_analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/data_analyzer.py -------------------------------------------------------------------------------- /data_new.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/data_new.pth -------------------------------------------------------------------------------- /json_dataset.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/json_dataset.json -------------------------------------------------------------------------------- /json_dataset_new.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/json_dataset_new.json -------------------------------------------------------------------------------- /pre_analyse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/pre_analyse.py -------------------------------------------------------------------------------- /recognize_speech.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/recognize_speech.py -------------------------------------------------------------------------------- /recognize_speech_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/recognize_speech_2.py -------------------------------------------------------------------------------- /tasks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/tasks.py -------------------------------------------------------------------------------- /tasks_backup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/tasks_backup.py -------------------------------------------------------------------------------- /temp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/temp.json -------------------------------------------------------------------------------- /tkinter_test.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/tkinter_test.ipynb -------------------------------------------------------------------------------- /yes_no.pth: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Dewadharshan/Virtual-Assistant/HEAD/yes_no.pth --------------------------------------------------------------------------------