Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scify/icstudy
Java application that helps students with severe visual impairments to prticipate in the classroom.
https://github.com/scify/icstudy
ffmpeg java java-jar-icstudy javacv maven opencv opencv-java
Last synced: about 7 hours ago
JSON representation
Java application that helps students with severe visual impairments to prticipate in the classroom.
- Host: GitHub
- URL: https://github.com/scify/icstudy
- Owner: scify
- License: apache-2.0
- Created: 2014-12-02T15:37:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T08:07:14.000Z (almost 6 years ago)
- Last Synced: 2024-04-13T17:07:36.017Z (7 months ago)
- Topics: ffmpeg, java, java-jar-icstudy, javacv, maven, opencv, opencv-java
- Language: Java
- Homepage:
- Size: 29.8 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ICStudy (I Can Study)
=======[![HitCount](http://hits.dwyl.io/scify/ICStudy.svg)](http://hits.dwyl.io/scify/ICStudy)[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwyl/esta/issues)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/scify)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][1].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 commandsThe 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:```bash
java -jar ICStudy_Server/target/ICStudy-Server-2.0-jar-with-dependencies.jar
```For the Client application:
```bash
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
- Google+ (https://goo.gl/cLQQVR)
- Facebook
(https://www.facebook.com/SciFY.org) - Twitter
(https://twitter.com/scify_org)
Ειδική παρουσίαση στην ημέρα Λευκού Μπαστουνιού, όπως φαίνεται και στο προφίλ μας στο Facebook
Main Technologies
-----------------
[1]: http://www.scify.gr/site/en/projects/in-progress/icsee