/SheldonChat

Final Paper in IT Certificate Program in ETEC Professor Camargo Aranha, São Paulo - SP (Brazil), 2014. A Chatbot that contributes to helping in treatments of ASD patients.

Primary LanguageJavaMIT LicenseMIT


Logo

SheldonChat

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 »

Table of Contents

  1. About The Project
  2. Getting Started
  3. License
  4. Acknowledgements

About The Project

Product Name Screen Shot

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.

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Java 8 or greater, MySQL Workbench.

Installation

  1. Clone the repo

    git clone https://github.com/brenoslivio/SheldonChat.git
  2. Create a SQL database with MySQL Workbench called 'autismo'. It will be the local where the data will be stored.

  3. Now you can execute the .jar files with Java.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgements