https://github.com/generic-matrix/glasses-detection
https://github.com/generic-matrix/glasses-detection
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/generic-matrix/glasses-detection
- Owner: generic-matrix
- Created: 2023-02-03T16:20:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T16:21:50.000Z (over 3 years ago)
- Last Synced: 2025-02-27T17:41:38.183Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 23.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Dependencies
* Python 3.6
* TensorFlow 2.1
* Android Studio
# Outputs

# Project Structure
The project has 4 folders
* Android App -> The Android App code
* Model -> It has the trained model
* Training -> It has Training.ipynb which can be opened in Google Colab
* Output
# Run the backend service
* cd backend
* pip3 install -r requirements.txt
* python3 index.py
# How to build the Android App
* ```git clone https://github.com/generic-matrix/glasses-detection.git```
* cd react-native-app
* Run The back end service
* npm install
* In the App.js change the url with the corrosponding backend url
* react-native run-android
# How To build iOS App
* ```git clone https://github.com/generic-matrix/glasses-detection.git```
* cd react-native-app
* Run The back end service
* npm install
* In the App.js change the url with the corrosponding backend url
* react-native run-ios