Snap Texttify is a Flutter based image to text convert using Google Ml Kit. It makes it easier for users to extract text from images and copy or share it anywhere. This app is made using proper use of MVVM architecture and Provider.
- Extraction of Text from Images using different sources like Camera or Gallery.
- Extracted Text can be copied easily with one click.
- Extracted Text can be shared easily with everyone.
- User-friendly minimal interface.
Follow these steps to get the app up and running:
- Clone the repository:
git clone https://github.com/saadshd/Snap-Textify.git
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Contributions are what makes the open-source community such a fantastic place to learn, inspire, and create. I would greatly appreciate any contributions you make.
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
Give a ⭐ if this project helped you!