During the Black Enterprise BE Smart Hackathon the Florida A&M University team made a application to solve current problems that American Airlines experienced. Those problem areas included: before traveling to the airport, traveling to the airport, and traveling from one flight to another. Our application gives users the ability to use AR to scan size of travel luggage, pay for luggage inside the app, view directions to the American Airlines Terminal, Request a Uber to the Terminal, converse with a chatbot, and use Facial Recognition to speed up the TSA process. In addition we planned of notifying the user when to leave their current location based on their distance from the airport and when their flight is scheduled to leave.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
Node.js - Visit https://nodejs.org to download the software.
Development IDE - Our Team utilized Atom IDE to develop and test our code.
Kairos API keys.
Google Maps Keys
Uber Account
Twilio API Keys.
To install the project and have it begin to run, do the following.
- Clone Repo locally
$ git-clone https://github.com/keishon104/BESmartOfficial.git
- install dependencies
$ npm install
- Input the correct credentials to use the necessary APIs.
- Run the program using
$ node server.js
or
$ nodemon server.js
End with an example of getting some data out of the system or using it for a little demo
There is currently no way to run tests on our code.
This code is currently deployed on the following links:
- NodeJS - a JavaScript runtime
- ExpressJS - a minimal and flexible Node.js web application framework.
- Twilio - API used to send SMS to users.
- API.AI - API used to train a chatbot that can understand language and respond to users.
- Kairos Facial Recognition - API used to detect and recognize faces using Machine Learning.
- DHS TSA API - Returns the TSA wait time for airports.
- Branch - Deep linking online software that detects your operating system and can open apps for your respective platform.
- Uber API - On-demand ride requesting platform
- Nodemon - API used to monitor and update server changes.
- Request - API used to simplify HTTP requests.
- HTML5UP - Free mobile adaptive templates.
Please contact us if you want to contribute towards this project.
We use SemVer for versioning. For the versions available, see the tags on this repository.
-
Brianna Bowen - Initial work - GitHub
-
Daroush Renoit - Initial work - GitHub
-
Kiana Blaine - Initial work - GitHub
-
Keishon Smith - Initial work - GitHub
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
Our team would like to thank the Black Enterprise for the opportunity to showcase our skills and network with fellow black entrepreneurs at the 2018 Black Enterprise Summit in San Francisco, California.
Made with 💚 by 🐍