Final Paper in IT Certificate Program at ETEC Professor Camargo Aranha, São Paulo - SP (Brazil), 2014. A Chatbot that contributes to helping in treatments of ASD patients.
Explore the docs »
SheldonChat was a software made for my IT Certificate Program which I've completed in 2014. This repository has only the function of storaging, showing one of the first steps to me to enter the Computer Science world.
The software was made using the programming language Java, using tools like Java Swing and voice recognition library CMUSphinx. You can check the documentation of the project here. There is also a kind of "diary" of the project here.
To get a local copy up and running follow these simple steps.
Java 8 or greater, MySQL Workbench.
-
Clone the repo
git clone https://github.com/brenoslivio/SheldonChat.git
-
Create a SQL database with MySQL Workbench called 'autismo'. It will be the local where the data will be stored.
-
Now you can execute the .jar files with Java.
Distributed under the MIT License. See LICENSE
for more information.