Hey there! 👋
GIDEON is an Voice Assistant App based on Python.
Demo : https://www.youtube.com/shorts/GkbXJQm1q98
We have just had CHAT GPT feature.
- Handicap. (makes web/computer easier to use).
- SAV/Support. (Online advisor).
- Task management. (Assistant).
- Facilitates access to the web/computer. (Elderly).
Clone the repo.
git clone https://github.com/NGadeyne/GIDEON.git
Install packages.
pip install -r requirements.txt
Add .env file.
Contents of .env file:
USER=None
BOTNAME=GIDEON
EMAIL=None
PASSWORD=None
NEWS_API_KEY=None
OPENWEATHER_APP_ID=None
TMDB_API_KEY=None
OPENAI_API_KEY=None
OPENAI_ORG =None
Replace None
with your values
To contribute : https://github.com/NGadeyne/GIDEON/blob/main/CONTRIBUTING.md
MIT : https://github.com/NGadeyne/GIDEON/blob/main/LICENCE.md