SlideShare une entreprise Scribd logo
1  sur  123
Télécharger pour lire hors ligne
Accessibility
  Hacking

  Christian Heilmann | http://wait-till-i.com | http://scriptingenabled.org

          Georgia, Atlanta, US, Hack-U Georgia Tech, March 2009
What is accessibility?
To find this out, let’s start
      with an expert.
Sir Isaac Newton
Portrait of Isaac Newton
Picture of an apple
Right now, we have quite a
big mass of people who care
and talk about accessibility.
we


access
The problem is that a mass is
  not a force without any
 movement or acceleration.
we


                     access

                  F = ma
“the net force on an object is equal to the mass of
    the object multiplied by its acceleration.”
This means that if we give this
  mass a push, it becomes a
            force.
we


access
The more we push, the larger
  the force will get, and the
   bigger its impact will be.
we


access
However, this only works,
when we all push in the same
        direction.
we


access
Otherwise, all we do is exert
our strength pushing against
         each other.
We do move the mass, but
  only randomly, and
 eventually it might get
      motion sick.
This is where web
accessibility is right now.
A lot of people are simply
getting sick of the inertia.
Accessibility supporters are
 getting sick of things not
     moving forward.
People seem to be more
interested in checking boxes
   than removing barriers.
Developers get sick of having
   accessibility as a show
          stopper.
Developers are getting sick of
    being told off for not
  following guidelines that
 don’t seem to make sense.
However, we all are ready for
          action.
Accessibility supporters are
 happy to tell people about
the impact of bad usability or
   technical assumptions.
Developers are happy to
 spend hours on solving
      problems...
...right now mostly problems
      they came up with
          themselves.
So what we are really facing
   here is a breakdown of
      communication.
Accessibility is about
 removing barriers.
The web is there for
 everybody, regardless of
physical condition, location,
     or technical setup.
When building web products
people keep forgetting this.
And if they consider it, then
we add extras to make things
  accessible and look, err,
          interesting.
http://www.shopmobilityuk.org/
Put down Frontpage and step
away from the internets, sir.
Accessibility is not about
building extra solutions for
  users with disabilities.
It is about seeing disabilities
as an hard core test case for
         our products.
Making our products free of
  barriers improves the
 experience for all users.
Sometimes this is as easy as
 rethinking a solution and
  getting back to basics.
http://uk.tv.yahoo.com/
http://uk.tv.yahoo.com/
http://finance.yahoo.com/currency-converter?
           u#from=USD;to=EUR;amt=1
http://developer.yahoo.net/blog/archives/
    2009/01/accessible_converter.html
Three things make a really
   accessible solution:
Knowledge about the
     barriers.
A drive to make it a great
experience for everyone.
Being open to find consensus.
Let’s take a tough nut to
          crack.
A friend of mine works for a
   charity of people with
    learning disabilities.
She tried in vain to find a
video player that works for
 the people she cares for.
Until she found me and I
  found the YouTube API:
http://code.google.com/apis/youtube/overview.html
Easy YouTube.
Screenshot of Easy YouTube



 http://icant.co.uk/easy-youtube/?http://
www.youtube.com/watch?v=vkdZmi85gxk
Easy controls
★

    Option to search for videos
★

    Copy and paste video URL to share
★

    Select video size
★

    Easy Volume Control
★

    Option to show a playlist created with del.icio.us
★

    Option to search YouTube
★

    API to automatically open videos in Easy YouTube
★

    Documentation how to host it yourself
★

    Open Source
★
That’ll never make it to the
  mainstream, though...
Or will it?
Screenshots of uk.video.yahoo.com with and
            without JavaScript




    http://uk.video.yahoo.com/
I earlier used the YouTube API
   to build easy captioning
           interfaces.
I also used the YouTube API
     earlier to build easy
    captioning interfaces.


  http://icant.co.uk/sandbox/youtube-captioning.html
Which inspired others to hack
   their annotations API:
http://www.nihilogic.dk/labs/youtubeannotations/
And again others to build a
 whole web app about it:
http://www.tubecaption.com/watch?v=jpCPvHJ6p90&vcId=137
and maybe, just maybe
YouTube to now offer it
aswell...
        (yeah, I don’t believe it myself either)
The main trick is to make
Flash and JavaScript talk via
            APIs.
Flash accessibility is much
harder than just making the
movie keyboard accessible.
The big issue is that especially
 in Firefox you cannot focus
  the Flash movie with the
           keyboard.
Flash, however, can talk to
    JavaScript and get
        parameters.
If you build your Flash
 component to call outside
 JavaScripts notifying them
about the happenings, sky is
          the limit.
If you write out your Flash
 using SWFObject, you can
 send any parameter you
           want.
But what if you don’t have a
 Flash developer or you don’t
have time and money to build
       your own player?
This is where geeks come in.
Geeks like Scott Schiller
Photo of Scott Schiller
Scott works for Flickr, so
naturally he’d spend his free
          time on...
...writing an MP3 player for
         JavaScript.
Using his Soundmanager2,
you can create a player for a
  list of MP3s you link to in
            HTML.
http://www.schillmania.com/projects/soundmanager2/
http://www.schillmania.com/projects/soundmanager2/
http://www.schillmania.com/projects/soundmanager2/
Other geeks found this, and
    started to mix it with
transcripts of music to create
    a Karaoke machine..
http://dt.in.th/2008–05–18.javascript-karaoke-lyric-scroller.html
Seemingly pointless bells and
        whistles...
... but using this you could
build a podcast and transcript
      viewer that works...
... for sensory impaired
visitors and everybody else
             alike!
For video, there’s Jeroen
Wijering who built the JW FLV
        Media Player.
Screenshot of the JW Video Player




http://www.jeroenwijering.com/?item=JW_FLV_Player
Using this, you can embed FLV
 videos easily into web sites
  and have an API to control
             them.
Using the right meta data,
 you can also add audio
descriptions and captions.
Screenshot of the JW player with
         captioning and audio description
        showing a scene from Coronation
                      Street.




http://www.jeroenwijering.com/?item=JW_FLV_Player
Another area we are seeing
some tweaking in is browser
  and software extensions.
AxsJax or Access-enabling
Ajax is a JavaScript library
that injects ARIA attributes
       into web sites.
http://code.google.com/p/google-axsjax/
WebVisum is a Firefox 3
extension that crowdsources
fixes for web sites – including
 allowing screenreader users
 to fix issues themselves and
    work around CAPTCHAs.
http://webvisum.com/
IBM’s social accessibility
   project works in a similar
 fashion, except it is a screen
reader extension that reports
 barriers to volunteers to fix.
http://services.alphaworks.ibm.com/socialaccessibility/
The final proof for me that we
     can work together on
    removing barriers was
   throwing the idea out at
  BBC’s Mashed08 hack day.
Photo of me and screenshot of the
    “Easy BBC Audio Archive”




               http://www.flickr.com/photos/arron-woods/2605302289/
I won a prize – funding for my
      own hack event.
On the 19th and 20th of
September 2008, around a
 100 people listened to 6
       speakers...
... speakers with different
   barriers to the web or
researchers that spoke for
    people with barriers.
On the second day about 30
 hackers took these insights
and built solutions that work
   around these barriers.
We now have
presentations on the
barriers faced by the
   blind, dyslexic,
 learning disabled,
 the impacts of MS
   and and and...
http://scriptingenabled.org/presentations/
The videos of these talks are
 now being transcribed and
    will be online soon.
We have hacks working
 around these issues.
Easy Google Maps
   Reduce to the max
    Easy Audio Books
   Stylesheet Selector
    Accessible Editing
               ...
http://scriptingenabed.pbwiki.com/
The energy at the event was
         amazing.
For *nearly 10 hours* we
presented and discussed in
 Q&A sessions on day one.
Hackers didn’t bother with
 presenting and competing
with their hacks from 4–5pm
       as intended...
... but instead stayed till
7.30pm and kept hacking
until we had to leave the
           building!
But the best thing of all is
 seeing what your hack
  enables people to do.
http://www.youtube.com/watch?v=dHBvqwRAduw
 http://www.youtube.com/watch?v=CwsDKaalgq8&
 http://www.youtube.com/watch?v=QiuT0y0KR6I
So instead of building the
next “photos on a map with
search results and videos on
        top” hack...
Have a look at what keeps
 people from enjoying the
web because of their physical
         condition.
And remove that barrier!
THANKS!
Keep in touch:
Christian Heilmann
http://wait-till-i.com
http://scriptingenabled.org
http://twitter.com/codepo8

Contenu connexe

Tendances

When responsive web design meets the real world
When responsive web design meets the real worldWhen responsive web design meets the real world
When responsive web design meets the real world
Jason Grigsby
 
The Soul in The Machine - Developing for Humans (FrankenJS edition)
The Soul in The Machine - Developing for Humans (FrankenJS edition)The Soul in The Machine - Developing for Humans (FrankenJS edition)
The Soul in The Machine - Developing for Humans (FrankenJS edition)
Christian Heilmann
 

Tendances (20)

Hungarian Web Conference: HTML5 beyond the hype - let's make it work!
Hungarian Web Conference: HTML5 beyond the hype - let's make it work!Hungarian Web Conference: HTML5 beyond the hype - let's make it work!
Hungarian Web Conference: HTML5 beyond the hype - let's make it work!
 
Adapting to Input — Smashing Conference NYC
Adapting to Input — Smashing Conference NYCAdapting to Input — Smashing Conference NYC
Adapting to Input — Smashing Conference NYC
 
When responsive web design meets the real world
When responsive web design meets the real worldWhen responsive web design meets the real world
When responsive web design meets the real world
 
The Soul in The Machine - Developing for Humans (FrankenJS edition)
The Soul in The Machine - Developing for Humans (FrankenJS edition)The Soul in The Machine - Developing for Humans (FrankenJS edition)
The Soul in The Machine - Developing for Humans (FrankenJS edition)
 
Building a better web with free, open technologies
Building a better web with free, open technologiesBuilding a better web with free, open technologies
Building a better web with free, open technologies
 
The Soul in The Machine - Developing for Humans
The Soul in The Machine - Developing for HumansThe Soul in The Machine - Developing for Humans
The Soul in The Machine - Developing for Humans
 
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...
Hall Davidson: DEN ISTE PreCon 2011 "It's in Their Pockets: Teaching Them Spe...
 
So…What Do I Make? (Dan Mall)
So…What Do I Make? (Dan Mall)So…What Do I Make? (Dan Mall)
So…What Do I Make? (Dan Mall)
 
Hacking For Innovation
Hacking For InnovationHacking For Innovation
Hacking For Innovation
 
Web 2.0: What's the Buzz?
Web 2.0: What's the Buzz?Web 2.0: What's the Buzz?
Web 2.0: What's the Buzz?
 
Online Northwest 2009 Accessibility and Online Learning
Online Northwest 2009 Accessibility and Online LearningOnline Northwest 2009 Accessibility and Online Learning
Online Northwest 2009 Accessibility and Online Learning
 
Techniques For A Modern Web UI (With Notes)
Techniques For A Modern Web UI (With Notes)Techniques For A Modern Web UI (With Notes)
Techniques For A Modern Web UI (With Notes)
 
Social Media Confusion? How to Choose the Right Network
Social Media Confusion? How to Choose the Right NetworkSocial Media Confusion? How to Choose the Right Network
Social Media Confusion? How to Choose the Right Network
 
Droids, java script and web connected hardware
Droids, java script and web connected hardwareDroids, java script and web connected hardware
Droids, java script and web connected hardware
 
Responsive Images and Video
Responsive Images and VideoResponsive Images and Video
Responsive Images and Video
 
Building for real standards (no notes)
Building for real standards (no notes)Building for real standards (no notes)
Building for real standards (no notes)
 
Now you see me... Adaptive Web Design and Development
Now you see me... Adaptive Web Design and DevelopmentNow you see me... Adaptive Web Design and Development
Now you see me... Adaptive Web Design and Development
 
Isabelle Raiter's Flipbook
Isabelle Raiter's FlipbookIsabelle Raiter's Flipbook
Isabelle Raiter's Flipbook
 
Introduction to Responsive Design v.2
Introduction to Responsive Design v.2Introduction to Responsive Design v.2
Introduction to Responsive Design v.2
 
Breaking out of the Tetris mind set #btconf
Breaking out of the Tetris mind set #btconfBreaking out of the Tetris mind set #btconf
Breaking out of the Tetris mind set #btconf
 

En vedette (6)

Presi sun
Presi sunPresi sun
Presi sun
 
Plataforma de Data Center FlexPod
Plataforma de Data Center FlexPod   Plataforma de Data Center FlexPod
Plataforma de Data Center FlexPod
 
Lembar persetujuan wati akbid
Lembar persetujuan wati akbidLembar persetujuan wati akbid
Lembar persetujuan wati akbid
 
Gift Box
Gift Box Gift Box
Gift Box
 
Lean Startup
Lean StartupLean Startup
Lean Startup
 
Conejos para pompones
Conejos para pomponesConejos para pompones
Conejos para pompones
 

Similaire à Georgia Tech hacking Accessibility

Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Dylan Wilbanks
 
Why you should flikr for your images
Why you should flikr for your imagesWhy you should flikr for your images
Why you should flikr for your images
Geoffrey Lowe
 

Similaire à Georgia Tech hacking Accessibility (20)

Scripting Enabled at Georgia Tech
Scripting Enabled at Georgia TechScripting Enabled at Georgia Tech
Scripting Enabled at Georgia Tech
 
OSDC - Open and Accessible
OSDC - Open and AccessibleOSDC - Open and Accessible
OSDC - Open and Accessible
 
Travailler dans le présent - Chris Heilmann - Paris Web 2008
Travailler dans le présent - Chris Heilmann - Paris Web 2008Travailler dans le présent - Chris Heilmann - Paris Web 2008
Travailler dans le présent - Chris Heilmann - Paris Web 2008
 
Make Tools
Make ToolsMake Tools
Make Tools
 
Resisting The Feature Creature
Resisting The Feature CreatureResisting The Feature Creature
Resisting The Feature Creature
 
Yahoo for the Masses
Yahoo for the MassesYahoo for the Masses
Yahoo for the Masses
 
Professional web development with libraries
Professional web development with librariesProfessional web development with libraries
Professional web development with libraries
 
Liberated Accessibility
Liberated AccessibilityLiberated Accessibility
Liberated Accessibility
 
Hacking For Innovation Delhi
Hacking For Innovation DelhiHacking For Innovation Delhi
Hacking For Innovation Delhi
 
Atc workshop
Atc workshopAtc workshop
Atc workshop
 
Things to use, find and share
Things to use, find and shareThings to use, find and share
Things to use, find and share
 
The near future of real web applications
The near future of real web applicationsThe near future of real web applications
The near future of real web applications
 
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
 
Atc workshop dallas - corpus
Atc workshop   dallas - corpusAtc workshop   dallas - corpus
Atc workshop dallas - corpus
 
Why you should flikr for your images
Why you should flikr for your imagesWhy you should flikr for your images
Why you should flikr for your images
 
WORLD GRID LAB Warsaw, Poalnd
WORLD GRID LAB Warsaw, PoalndWORLD GRID LAB Warsaw, Poalnd
WORLD GRID LAB Warsaw, Poalnd
 
Innotech2008
Innotech2008Innotech2008
Innotech2008
 
Innotech2008
Innotech2008Innotech2008
Innotech2008
 
Yahoo For You - Services and Libraries
Yahoo For You - Services and LibrariesYahoo For You - Services and Libraries
Yahoo For You - Services and Libraries
 
Next Generation Apps with Google Chrome-By Dhruv Gohil
Next Generation Apps with Google Chrome-By Dhruv GohilNext Generation Apps with Google Chrome-By Dhruv Gohil
Next Generation Apps with Google Chrome-By Dhruv Gohil
 

Plus de Christian Heilmann

Plus de Christian Heilmann (20)

Develop, Debug, Learn? - Dotjs2019
Develop, Debug, Learn? - Dotjs2019Develop, Debug, Learn? - Dotjs2019
Develop, Debug, Learn? - Dotjs2019
 
Hinting at a better web
Hinting at a better webHinting at a better web
Hinting at a better web
 
Taking the "vile" out of privilege
Taking the "vile" out of privilegeTaking the "vile" out of privilege
Taking the "vile" out of privilege
 
Seven ways to be a happier JavaScript developer - NDC Oslo
Seven ways to be a happier JavaScript developer - NDC OsloSeven ways to be a happier JavaScript developer - NDC Oslo
Seven ways to be a happier JavaScript developer - NDC Oslo
 
Artificial intelligence for humans… #AIDC2018 keynote
Artificial intelligence for humans… #AIDC2018 keynoteArtificial intelligence for humans… #AIDC2018 keynote
Artificial intelligence for humans… #AIDC2018 keynote
 
Killing the golden calf of coding - We are Developers keynote
Killing the golden calf of coding - We are Developers keynoteKilling the golden calf of coding - We are Developers keynote
Killing the golden calf of coding - We are Developers keynote
 
Progressive Web Apps - Techdays Finland
Progressive Web Apps - Techdays FinlandProgressive Web Apps - Techdays Finland
Progressive Web Apps - Techdays Finland
 
Taking the "vile" out of privilege
Taking the "vile" out of privilegeTaking the "vile" out of privilege
Taking the "vile" out of privilege
 
Five ways to be a happier JavaScript developer
Five ways to be a happier JavaScript developerFive ways to be a happier JavaScript developer
Five ways to be a happier JavaScript developer
 
Taking the P out of PWA
Taking the P out of PWATaking the P out of PWA
Taking the P out of PWA
 
Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"
 
You learned JavaScript - now what?
You learned JavaScript - now what?You learned JavaScript - now what?
You learned JavaScript - now what?
 
Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"Sacrificing the golden calf of "coding"
Sacrificing the golden calf of "coding"
 
Progressive Web Apps - Covering the best of both worlds - DevReach
Progressive Web Apps - Covering the best of both worlds - DevReachProgressive Web Apps - Covering the best of both worlds - DevReach
Progressive Web Apps - Covering the best of both worlds - DevReach
 
Progressive Web Apps - Covering the best of both worlds
Progressive Web Apps - Covering the best of both worldsProgressive Web Apps - Covering the best of both worlds
Progressive Web Apps - Covering the best of both worlds
 
Non-trivial pursuits: Learning machines and forgetful humans
Non-trivial pursuits: Learning machines and forgetful humansNon-trivial pursuits: Learning machines and forgetful humans
Non-trivial pursuits: Learning machines and forgetful humans
 
Progressive Web Apps - Bringing the web front and center
Progressive Web Apps - Bringing the web front and center Progressive Web Apps - Bringing the web front and center
Progressive Web Apps - Bringing the web front and center
 
CSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. ControlCSS vs. JavaScript - Trust vs. Control
CSS vs. JavaScript - Trust vs. Control
 
Leveling up your JavaScipt - DrupalJam 2017
Leveling up your JavaScipt - DrupalJam 2017Leveling up your JavaScipt - DrupalJam 2017
Leveling up your JavaScipt - DrupalJam 2017
 
Progressive Web Apps - Goto Chicago 2017
Progressive Web Apps - Goto Chicago 2017Progressive Web Apps - Goto Chicago 2017
Progressive Web Apps - Goto Chicago 2017
 

Dernier

Dernier (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 

Georgia Tech hacking Accessibility