- Notifications
You must be signed in to change notification settings - Fork0
Pikc is a mobile application that scans ingredients behind the packaged product and filters out toxic chemicals present in it.
License
yatendra2001/Pikc-Scanner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An app that let's you know if a product is harmful or not based on it's ingredients.
View Prototype
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.
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
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.
Need latest flutter version with null safety and android v2 embedding
- flutter
flutter upgrade
- Clone the repository from GitHub:
git clone https://github.com/yatendra2001/Pikc-Scanner.git
- Get all dependencies:
flutter pub get
- Run the app:
flutter run
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make aregreatly 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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. SeeLICENSE.txt
for more information.
Your Name -@yatendrakumar27 -contact@pikc.tech
Project Link:https://github.com/yatendra2001/Pikc-Scanner