Skip to content

tink-expo/cs470-auto-wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android App for automatic Wifi connection using OCR

This is a team 12 repository for CS470 final project.



Application Overview

When using the provided network in places like cafe, people have to search for the matching wifi SSID in the available Wifi list and type the password manually. This Android application will enable user to connect to wifi automatically by just simply scanning the picture that contains wifi SSID and password.



Process Pipeline

  1. Input: picture that contains wifi SSID and password taken by user.
  2. Text detection (description string, bounding boxes) using Google AI Cloud Vision API.
  3. Output: extracted wifi SSID and password from the detection result, which is required to connect to wifi.
  4. Using Android network API, connect to WIFI automatically using retrieved ID and PW.



Use Flow



Project document:

https://docs.google.com/document/d/1rUMfPKWnKN4waLV1V4iEL9Xn7siuPR_zNOVPaEmiBW4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages