Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/venkatasg/detext
iOS app that detects LaTeX symbols from drawings. Built using PencilKit, SwiftUI, Combine and CoreML for iOS 14(or greater) and macOS 11(or greater).
https://github.com/venkatasg/detext
combine-framework coreml ios pencilkit swift swiftui
Last synced: 4 days ago
JSON representation
iOS app that detects LaTeX symbols from drawings. Built using PencilKit, SwiftUI, Combine and CoreML for iOS 14(or greater) and macOS 11(or greater).
- Host: GitHub
- URL: https://github.com/venkatasg/detext
- Owner: venkatasg
- License: mit
- Created: 2020-09-09T21:28:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T21:11:39.000Z (10 months ago)
- Last Synced: 2024-08-03T17:16:39.081Z (3 months ago)
- Topics: combine-framework, coreml, ios, pencilkit, swift, swiftui
- Language: Swift
- Homepage: https://venkatasg.net/apps/detext
- Size: 26.8 MB
- Stars: 126
- Watchers: 5
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeTeXt
Finding the symbol you want to use in LaTeX can be hard since you can't memorize
all the possible commands and packages for every symbol you might need to use
in your document. DeTeXt tries to solve this problem by giving you two ways to
find the command you want:- Draw the symbol you want and DeTeXt's neural image classification engine will
identify what it thinks are the 20 most likely LaTeX symbols that look like
the one you drew, arranged in order of decreasing confidence.- Search the entire symbol set within the app, even if you only remember part
of the name of the symbol and/or command. The app has 1098 symbols including
all default mathematical symbols, and symbols from packages like tipa, amsmath,
amssymb, textcomp and more.- Copy the symbol, or the character itself, or its Unicode codepoint to the system clipboard to paste anywhere else.
![Screenshots illustrating DeTeXt usage on iPhone](iphone.png)
DeTeXt was built using SwiftUI, PencilKit, CoreML and Combine.
[Download DeTeXt from the App Store!](https://apps.apple.com/us/app/id1531906207)
Code used to generate drawings, figures and the image classification model can
be found in the [supplementary repository](https://github.com/venkatasg/DeTeXt-Supplementary)**Note**: The main branch of this repository is built for iOS 15, and uses new APIs introduced with that release. Switch to the iOS-14 branch to run/test on devices with iOS 14.