Built at SwampHacks 2017
An iOS app to analyze your speech and help you speak better
- Must have ruby and rubygems installed
- Install cocoapods with
sudo gem install cocoapods
- Clone this repository anywhere on your computer with:
git clone https://github.com/Joepena/Eloquence.git
cd
into the root directory of the project- Run
pod install
to download and install the libraries that this project uses - Open the
Eloquence.xcworkspace
project in Xcode - Build and run in Xcode!