Skip to content

kartiksharmakk/Third-Eye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Implementation

Android app using WebView of Flask WebApp

Screenrecorder-2022-09-05-21-01-23-540.mp4

Web Implementation using Flask

Desktop.2022.09.05.-.21.49.52.03.mp4

💁‍♂️ How to build Web Implementation locally

  • Clone The Repo and open website directory
  • download and extract zip file at (https://drive.google.com/file/d/1-P5NVywbdFcT5XCCxSS1RsDtGiZflblF/view?usp=sharing)
  • place features.pkl , image_caption_RNN_LSTM_model.h5 , vgg16_feature_extractor.h5 into working folder inside website directory
  • Install Python requirements pip install -r requirements.txt
  • Start the server for development python app.py or python3 app.py

💁‍♂️ How to build Android Implementation locally

  • Clone The Repo and open Android Studio inside the android folder
  • Android Studio will sync the gradle
  • Make Sure to run the flask WebApp (python app.py)
  • change variable URL in MainActivity from "http://192.168.1.2:5000/" to the generated URL and then run the app on Emulator

Model Details

Model

  • Custom RNN(LSTM) Model Visualized

  • Pretrained (VGG-16) Model with last 2 layers removed Visualized

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published