nsswifter / AISightQuest

Utilizing AI and machine learning, the project extracts text from images via Apple's Vision Framework and offers instant answers to questions in documents through the BERT model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Sight Quest is an iOS application powered by Artificial Intelligence that leverages Machine Learning models and Apple's Frameworks. It enables users to take a photo and capture the text using Apple's Vision Framework and locate relevant passages in a document by asking the Bidirectional Encoder Representations from Transformers (BERT) model a question.

Warning

The project is currently in progress!


Table of Contents

Installation and Requirements

To set up and run the application, please follow these steps:

  1. Begin by cloning the repository onto your local machine.

  2. Owing to the substantial size of the BERT model, it is not directly integrated into the project. You may acquire it by downloading it from the following link:

    BERT Model Download Link

  3. Open the project in Xcode and integrate the downloaded model into the project structure at the designated location:

    ./AISightQuest/Resources/BERT Core ML Model Resources

  4. Finally, build and launch the application either on the iOS simulator or a connected device.

References

Project's Figma Design

Contribution

Feel free to share your ideas or any other problems. Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

AI Sight Quest is released under an MIT license. See LICENSE for more information.

About

Utilizing AI and machine learning, the project extracts text from images via Apple's Vision Framework and offers instant answers to questions in documents through the BERT model.

License:MIT License


Languages

Language:Swift 100.0%