All Projects → venkatasg → DeTeXt

venkatasg / DeTeXt

Licence: MIT license
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).

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to DeTeXt

ReCombine
A Swift Redux library utilizing Apple's Combine Framework.
Stars: ✭ 46 (-36.99%)
Mutual labels:  swiftui, combine-framework
Cloe
Cloe is Redux on Combine for SwiftUI with excellent feng shui.
Stars: ✭ 29 (-60.27%)
Mutual labels:  swiftui, combine-framework
macos-snippets
Snip is a lightweight snippets manager app for macOS
Stars: ✭ 238 (+226.03%)
Mutual labels:  swiftui, combine-framework
dashboard
iOS app + Today widget that monitors the status of my web apps. Updated for SwiftUI!
Stars: ✭ 41 (-43.84%)
Mutual labels:  swiftui, combine-framework
SwiftUI-bez
Utilities for working with bezier curves in SwiftUI
Stars: ✭ 80 (+9.59%)
Mutual labels:  swiftui
ios-ml-dog-classifier
An iOS app that can detect a dog and determine its breed from an image or video feed.
Stars: ✭ 37 (-49.32%)
Mutual labels:  coreml
AVPlayer-SwiftUI
Using AVPlayer in SwiftUI
Stars: ✭ 204 (+179.45%)
Mutual labels:  swiftui
iOS-App
🕹️ iOS application of HardcoreTap game
Stars: ✭ 17 (-76.71%)
Mutual labels:  swiftui
NukeUI
Lazy image loading for Apple platforms: SwiftUI, UIKit, AppKit
Stars: ✭ 9 (-87.67%)
Mutual labels:  swiftui
deepvac
PyTorch Project Specification.
Stars: ✭ 507 (+594.52%)
Mutual labels:  coreml
Note.it
A Cut Down, Simple, Text Editor For Mac And iOS. Built With SwiftUI (Mostly).
Stars: ✭ 20 (-72.6%)
Mutual labels:  swiftui
TokamakPublish
Use Tokamak in your Publish themes.
Stars: ✭ 19 (-73.97%)
Mutual labels:  swiftui
FootballDataSwiftUI
Display Football Data such as scores, upcoming match, team standing, top scorers with football Data API and SwiftUI
Stars: ✭ 76 (+4.11%)
Mutual labels:  swiftui
kavsoft-swiftui-animations
SwiftUI animation tutorials, all of demos are consisted of youtube videos at website of kavsoft. 🔗 https://kavsoft.dev
Stars: ✭ 205 (+180.82%)
Mutual labels:  swiftui
WeatherSwiftUI
Implementation of the Weather app using SwiftUI and OpenWeather API.
Stars: ✭ 37 (-49.32%)
Mutual labels:  swiftui
WWDCNotes
WWDCNotes.com content
Stars: ✭ 343 (+369.86%)
Mutual labels:  swiftui
CustomVisionMicrosoftToCoreMLDemoApp
This app recognises 3 hand signs - fist, high five and victory hand [ rock, paper, scissors basically :) ] with live feed camera. It uses a HandSigns.mlmodel which has been trained using Custom Vision from Microsoft.
Stars: ✭ 25 (-65.75%)
Mutual labels:  coreml
SwiftTheming
A powerful lightweight theme 🎨 manager for SwiftUI
Stars: ✭ 38 (-47.95%)
Mutual labels:  swiftui
SupportDocs
Generate help centers for your iOS apps. Hosted by GitHub and always up-to-date.
Stars: ✭ 135 (+84.93%)
Mutual labels:  swiftui
AnimeGANv3
Use AnimeGANv3 to make your own animation works, including turning photos or videos into anime.
Stars: ✭ 878 (+1102.74%)
Mutual labels:  coreml

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.

DeTeXt was built using SwiftUI, PencilKit, CoreML and Combine.

Download DeTeXt from the App Store!

Code used to generate drawings, figures and the image classification model can be found in the supplementary repository

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].