Skip to content

Automated Assistant Chatbot designed to work offline and dynamically load commands

Notifications You must be signed in to change notification settings

royce-mathew/Adam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Before running the makefile which automatically runs the setup for you, you need to have Python and pip already installed to your path.

To Install the Prerequisites for adam all you need to do is run the command

make setup

Uninstallation

To remove and clean all packages installed by adam, run:

make clean

Running

Running the make command automatically runs the file for you. You need to be in the main directory to run the make command

make

Performance compared to openai/whisper

The faster-whisper github page goes through this. Adam was also faster on faster-whisper compared to openai/whisper.

TO-DO

Tasks that still need to be done.

  • Fix laggy audio input
  • Add commands folder / hook commands to assistant.py (similar to how discord.py handles its cogs)
  • Find better way to hook functions; Find way to move client.command out of the init method.
  • Add more commands, increase usability
  • Find synthetic voice synthesizer.
  • espnet
  • wavenet_vocoder
  • neuml/txtai

About

Automated Assistant Chatbot designed to work offline and dynamically load commands

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published