Alexw360 / Virtual-TA

1 stars 0 forks source link

Implement Unicode to LaTeX Parser for Graphs #25

Open pranav-logan opened 9 months ago

pranav-logan commented 9 months ago

Backend needs to be updated to allow user inputted equations to be recognized, isolated, and converted to LaTeX so that they can be graphed by Desmos.

AME-CS commented 9 months ago

A new backend endpoint will be implemented in order to do so. Additionally, some front-end changes will be required to show the user the latex they are inputting. Parsing the LATEX and cleansing the input will be done by going through a layer of LLM filtering into a valid desmos graph format.