Cisco Spark is a Team Collaboration software platform. This repository is a personal code playground for Cisco Spark API and Spark Bots.
####Face Detection Using Raspberry-Pi For the experiment camera was interfaced with RaspberryPi and used Python's pyCamera2 package to capture images into framebuffer. Image is getting classified with help of CascadeClassifier of OpenCV library.
If there is a change in number of faces detected from previous frame, then a notification is sent to user over Cisco Spark using Email.
####BookmarkBot BookmarkBot allows a user to add and find personal bookmarks. This bot was developed using Gupshup Platform.
Gupshup provides a good guide on how to start developing a bot and how to integrate it with Cisco Spark or any other channel.
Usage @bookmarkbot /<command> <name> <URL>
- /command - can be /add or /get
- name - any valid one word name that you can search late.
- URL - A Valid URL.
Example, @bookmarkbot /add SparkExperiments https://github.com/mlhrAnjaria/Cisco-Spark-Experiments @bookmarbot /get SparkExperiments