Category: News

ChatGPT Use Case: Parking Label

Swanland.AI ChatGPT Case Studies Parking Permit Application using Swanland.AI’s Customized ChatGPT In a traditional way, users applying for a parking permit will have to go to the internet to fill in a lengthy form.   Our solution extracts information from the original website and creates an intuitive Chat Bot based on ChatGPT. Users no longer needs to fill in a tedious form.   Prompts are human-like.  And, more importantly users can respond to the Chat Bot just like she is talking to a human being. Data are then captured and processed, increasing both efficiency and user-friendliness. https://www.youtube.com/watch?v=qrsnUf_lk3Q The above use case is… Read More

Ning Po No.2 College STEM Workshop

Swanland.AI had a fantastic time hosting a STEM workshop at Ning Po No.2 College. Through initiating, planning, and finally cooperating with the school staff, Swanland.AI was able to share a wonderful experience with the 36 Form I students of Ning Po No.2 College. It was a wonderful experience seeing different staff come together for the students interest. Our speaker, Mr. Forrest Ng, delivered a lesson “Join the Evolution – Make Your Own Air Quality Sensor”. The purpose of this workshop is to spark the students’ interest for science and technology. To do this, Forrest prepared materials for each student that… Read More

STEM Module Sample: Air Pollution Data Crawling in Hong Kong

This module is intended for students to quickly learn how to crawl a table on some of the more popular web sites. Experience First Go to the following web site to view the “Past 24 hour” air pollution data of Hong Kong. https://www.aqhi.gov.hk/en/aqhi/past-24-hours-pollutant-concentration.html This is a web site maintained by the Environmental Protection Department of Hong Kong on pollution of 18 districts. The Data Kwun Tong Air Pollutant Concentration on 9th December 2020 Web Link: https://www.aqhi.gov.hk/en/aqhi/past-24-hours-pollutant-concentration.html Feel free to click on any district names on the left column to get the data at that district. Of course, the web address once… Read More

A Simple iOS App in SWIFT Xcode to get Weather API (super simple)with a Counter Example in Python

We want to create a simple illustration to get API data. First we will do it with just Python. Then, just for fun, we use Xcode to create an APP doing the same. We are skipping a lot of error correction so we can illustrate how to get data from a common API in as few lines of codes as possible. Data Source: We use OpenWeather to source our weather data. OpenWeather is simple to use and you can get free API. https://openweathermap.org To get the API key, you will need to register. Simple follow the steps on https://openweathermap.org/appid Once you have followed… Read More

Connecting Messenger to Dialogflow through Chatfuel and Janis — A Step by Step Example (video)

Our objective here is to connect our Messenger Chatbot with Dialogflow so we can leverage on the multiple language capabilities (to be done later) and the natural language processing (NLP). We have settled down with a flow for this exercise. a. Use Chatfuel to connect to Facebook Messenger b. Use the Janis template build into Chatfuel to start the connection to Dialogflow. A video is produced and shown below. Take away: (1) Janis, through Slack, provides a rather intuitive way to do the connection. When you are stuck in Janis, you can always type “add bot” to get you back… Read More