Skip to content

RaspJam/ellie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

el·lie /ˈɛli/ noun, eloquence through a minimalist API



    Why?

Ellie is a voice assistant built to let you speak naturally. Despite its flexibility, Ellie has a deceptively simple API to keep your sanity intact (and maybe even save those last few hairs!)





Running

Warning

Python 3.9 is the verified working version; any version, newer or older, may not function properly.

Running Ellie is as simple as most Python projects:

git clone github.com/RaspJam/ellie && cd ellie
python3 -m venv . # optional but recommended
python3 -m pip install -r requirements.txt
python3 main.py

Keep in mind that the COINS model is not yet prebuilt and must be done via this script. Put this exported model into the project's root directory and run away! Once again this is temporary.

About

Eloquence through a minimalist API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages