/Qpic

It's a fun app for getting quotes based on the object present in the image. It uses mobilenetv1.tflite and yolov2_tiny.tflite model for object detection.

Primary LanguageDartGNU General Public License v3.0GPL-3.0

Qpic

Qpic is an android app made by using flutter for getting quotes based on the object present in the image.

Qries

Features

  • Search Quotes
  • Quotes based on Image
  • Image Color Filter
  • Copy Quotes

Screenshots

About Project

This application is made by using flutterv1.17.5. Flutter is based on dart programming language, you can learn dart from here.

For flutter documentation check out there official site.

For object detection we have used two types object detection model.

  1. Mobilenet v1_1.0_224 tflite model with 1000 labels.
  2. Yolo v2_tiny tflite model with 20 different classes.

For getting quotes I haved used web scrapping library in python and deployed a Flask Api application to get the quotes in the JSON format to the app.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL-3.0