Coder Social home page Coder Social logo

leiluspocus / kesako Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 66.88 MB

[ELE470] A new kind of audioguide! Flash a QR Code and get informations about a painting or a photography that you flash!

C 0.11% Ruby 0.05% ActionScript 15.49% Scilab 0.01% Objective-C 11.60% Prolog 0.13% C# 10.02% C++ 19.90% Java 21.45% Shell 0.01% Python 20.44% JavaScript 0.79%

kesako's Introduction

Introduction
---------------------------------------------------------------------------------------
Kesako? is a new kind of audioguide for museums and other expositions. The purpose of the project is to scan QR Code and to link each QR Code to a painting, a photography, or more generally an artwork. 

Functionnalities
---------------------------------------------------------------------------------------
With this application, a user can :
- scan a QRCode to get more informations about an artwork
- see the last 5 scanned artworks

If I have time, I will develop these extra functionnalities :
- Audio description of the artwork (that can be trigerred by the user)
- Rating system (the user will be able to rate the artwork) 
- Translation in several languages

Methods
---------------------------------------------------------------------------------------
What is QR Code ?
QRCode is the trademark for a type of barcode which consists of black pixels arranged in a square pattern on a white background. The advantages of using QRCode are :
- open-source technology
- free to use
- fast to read 

Where are the informations about the artworks ?
The informations about the artworks will be stored in an XML file, which will be read at the launch of the application. The organisation of the XML File would be the following: 
<artwork>
  <qrcode>URL Generated by the QRCode</qrcode>
	<title>Title of the artwork</title>
	<desc>Description of the artwork</desc>
</artwork> 
We will also show a picture of the artwork. In order to have a lighter XML File, we can read the media files (photo, audio description) using the url generated by the qrcode.  

kesako's People

Contributors

leiluspocus avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.