- UCF Parking Agent is built upon University of Central Florida's Parking API and used to aid students and professionals alike to find parking at UCF using the Google Assistant.
- Open an issue here and give us your Google Account's email.
- When we close the issue, go to this url.
- Send UCFPA to your phone or other Google device.
- Start Google Assistant on your device.
- Lastly, say "Talk to UCF Parking Agent" to begin!
P.S. We are trying to deploy ASAP so that all you have to do is open up Google Assistant on any device and say "Talk to UCF Parking Agent"!
- Download Git and nodejs through various means necessary and install.
- Clone this repository by
git clone https://github.com/UCFParking/UCFParkingAgent.git
- To install all dependency,
npm install
- To launch,
npm start
- Download the Dialogflow copy of the project here.
- Create a Dialogflow account and create a new agent.
- Click on the gear, click on
Export and Import
and upload the zip files by clickingImport from ZIP
- To deploy, create a web server with this github project.
- Get the external link and add
/garage
.
- For example:
https://nayoshi.com/garage
- Click fullfilment and add the URL.
- Click Integragation, use whatever platform you want to develop, and have fun!
The only information that we collect are queries. This information is anonymous and cannot identify individual users.
It is necessary for us to receive queries in order to answer them, and we use logs for debugging purposes.
We do not share any information with anyone other than Google, as we use their APIs for Voice / AI.