Skip to content

bizalu/sImulAcre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sImulAcre

logo

sImulAcre is a try to make an Intelligence Artificial.
This goal is not realistic for the moment, but we can try to develop a fake IA who make we think computer can be "intelligent"

Introduction

sImulAcre is a client-server application develop with python 3 and pyQT 5.
I test it on Ubuntu 14.10, but can run on every linux OS with python.

For the moment, this application can just communicate with existing API or package to run :

  • Text to speech (voices) : Google trad API , espeak & mbrola
  • Speech to text (ears) : Google chrome API
  • bot (brain) : cleverbot, jabberwacky and pandora

Installation

sImulAcre need dependency to work :

sudo apt-get install python3 python3-pyqt5 python3-sip python3-pip python3-setuptools mbrola mbrola-fr1 espeak libav-tools  
sudo pip3 install pydub

How to run

You have to run the server before the client. You can do it with this set of command :

./core/server/main.py  
./core/client/main.py

License

See LICENSE file.

About

Speak to your computer (IA fake)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages