yatendra2001 / Pikc-Scanner

Pikc is a mobile application that scans ingredients behind the packaged product and filters out toxic chemicals present in it.

Home Page:https://pikc.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

An app that let's you know if a product is harmful or not based on it's ingredients.
View Prototype

About The Project

Product Name Screen Shot

Pikc is a cross-platform mobile application built using flutter that lets you scan ingredients behind packaged products (food and cosmetics) to figure out if it is toxins free or not. Users can either capture ingredients' picture through a camera or take a screenshot and upload it on Pikc.

How Does It Work?

User selects or captures an image → this image is provided to google text recognition API → API converts this image into readable text and returns a string → string gets split into words → each word goes through a list of toxic chemicals → If this word is present in the toxic chemicals list, it gets displayed on the result screen otherwise product is good to buy

Group 6

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

(back to top)

Getting Started

Prerequisites

Need latest flutter version with null safety and android v2 embedding

  • flutter
    flutter upgrade

Installation

  1. Clone the repository from GitHub:
git clone https://github.com/yatendra2001/Pikc-Scanner.git
  1. Get all dependencies:
flutter pub get
  1. Run the app:
flutter run

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @yatendrakumar27 - contact@pikc.tech

Project Link: https://github.com/yatendra2001/Pikc-Scanner

(back to top)

About

Pikc is a mobile application that scans ingredients behind the packaged product and filters out toxic chemicals present in it.

https://pikc.tech

License:MIT License


Languages

Language:Dart 95.4%Language:HTML 3.1%Language:Ruby 1.1%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%