Skip to main content

Convert natural language math expressions into well-formatted LaTeX.

Project description

SayTeX

Speak math, get LaTeX!

SayTeX is a tool for converting spoken math into LaTeX equations.

Read the documentation at saytex.readthedocs.io.

Experience the demo at demo.saytex.xyz.

Overview

SayTeX is distributed as a Python package, enabling users of it to easily convert between transcribed spoken math and LaTeX.

Paired with a speech recognition service, the SayTeX Python package can be used for dictating LaTeX, as shown in the demo.

The package is highly configurable.

Installation

Install SayTeX using PyPI: pip install saytex.

Read more in the installation documentation.

Usage

from saytex import Saytex

saytex_compiler = Saytex()

print(saytex_compiler.to_latex("pi squared over six"))

The above minimal example will print \frac{\pi^2}{6}. For advanced use, read the documentation.

Repository Structure

  • blog: A collection of Markdown files written during the second half of SayTeX development, in diary format.
  • demo: A Flask web server powering the demo website.
  • docs: Documentation files, generated using Sphinx, for the documentation website.
  • experimental: Everything that is not currently in use by the project, but was experimented with during development and might become useful in the future.
  • research-proposals: Two PDF documents defining the goals of and plans for the SayTeX project.
  • saytex: The Python package. This is the core of the SayTeX project.
  • syntax-specifications: Specifications of the SayTeX Syntax.
  • tests: Tests for the Python package.
  • website: The static website served at saytex.xyz.

About

SayTeX was developed during the academic year 2018-2019 as a research project by Arvid Lunnemark, under the supervision of Dr. Kyle Keane within the Department of Materials Science in the Interactive Materials Education Laboratory at MIT. The research proposals can be found in the folder research-proposals.

All code is open source and licensed under the MIT License. Contributions are welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

SayTeX-0.1.6.tar.gz (876.5 kB view hashes)

Uploaded Source

Built Distribution

SayTeX-0.1.6-py3-none-any.whl (31.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page