Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.
/ ICStudy Public archive

Java application that helps students with severe visual impairments to prticipate in the classroom.

License

Notifications You must be signed in to change notification settings

scify/ICStudy

Repository files navigation

ICStudy (I Can Study)

HitCountcontributions welcome License Maintenance Ask Me Anything !

Abstract

Students with severe visual impairments (partially blind), cannot participate in the educational process as well as other students: they cannot see the classroom board, or read books/notes. ICStudy is a solution developed by SciFY which helps students with such conditions attend classes and participate. It is also an open call to all developers to help, so that a useful, fully functional and stable version can be made.

Implementation

The ICStudy project involves both software and hardware solutions, this means we should be able to utilize hardware (interactive boards, mobile devices) and build software accordingly. The current version (Beta) is an extended implementation of ICSee.

We can support filtering on feed live-streamed from another computer (through UDP). This partially solves the problem described in the above section, if the school uses an interactive (digital) board.

Installation - Dependencies

  1. Install Yasm (assembler /disassembler for the Intel x86 architecture) by running sudo apt-get install yasm
  2. In order for the Server code to run, download and install ffmpeg
  3. In order for both the Client and the Server code to run, jre (Java Runtime Environment) 7 or higher is required.
  4. In order for the Server code to run on windows, an additional UScreenCapture library is required. Get it from here.

This project was tested using ffmpeg version 3.4.4

Compilation

This is a Maven-based project (https://maven.apache.org), so, in order for all the dependencies to load, you should first run the required Maven commands

The following steps should be followed for both sub-directories (ICStudy_Client and ICStudy_Server)

  1. mvn validate (Validate that the project is correct and all necessary information is available)
  2. mvn package -Dplatform.dependencies (Take the compiled code and package it in its distributable format, such as a JAR, along with the dependencies)

Deployment

For the Server application:

java -jar ICStudy_Server/target/ICStudy-Server-2.0-jar-with-dependencies.jar

For the Client application:

java -jar ICStudy_Client/target/ICStudy-Student-2.0-jar-with-dependencies.jar

Πίνακας παραδοτέων

Α/ Α Περιγραφή δράσης Τεκμηρίωση
Α Υλοποίηση της εφαρμογής ICStudy Το ICStudy υπάρχει διαθέσιμο στο GitHub και εγκατεστημένη στο Ειδικό Δημοτικό Σχολείο Τυφλών Καλλιθέας.
Β Υλικό για διασφάλιση της δυνατότητας διάχυσης του ICSee
Β1 Προσφορά του κώδικα της εφαρμογής ως ανοικτού κώδικα. Το έργο βρισκεται στο GitHub σε αυτόν τον σύνδεσμο: https://github.com/ellak-monades-aristeias/ICStudy-v1
Β2 Υποστηρικτικό υλικό Η τεκμηρίωση είναι στο GitHub.
Γ Προώθηση του ICStudy
Γ1 Δοκιμαστική εγκατάσταση της συνολικής λύσης σε ένα σχολείο και δημιουργία σχετικού προωθητικού υλικού. Εγκατάσταση στο Ειδικό Δημοτικό Σχολείο Τυφλών Καλλιθέας και προώθηση στα κοινωνικά δίκτυα της SciFY
Γ2 Προώθηση του ICStudy, της συνεργασίας με την ΕΛ/ΛΑΚ, και των σημαντικών εξελίξεων του project μέσω του δικτύου συνεργατών, των δράσεων και μέσων επικοινωνίας της SciFY Στο Newsletter της SciFY (http://eepurl.com/bAuv11) Στα Social media της SciFY Ειδική παρουσίαση στην ημέρα Λευκού Μπαστουνιού, όπως φαίνεται και στο προφίλ μας στο Facebook

Main Technologies

OpenCV

Java

Sponsors

Ελεύθερο Λογισμικό / Λογισμικό ανοιχτού κώδικα

About

Java application that helps students with severe visual impairments to prticipate in the classroom.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages