Skip to content

Simple Streamlit app which allows for the conversion of a .csv table to LaTeX code using GPT-3.5-turbo.

Notifications You must be signed in to change notification settings

tommaso-ferracci/GPT_Table_To_LaTeX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPT-powered Table to $\LaTeX$ Converter

The purpose of this very simple Streamlit app is to allow users to convert small tables in .csv (the maximum number of tokens is a significant bottleneck) to $\LaTeX$ code. Behind the scenes a prompt is passed to GPT-3.5-turbo, after verifying that the table is not too long. If the user is not satisfied with the default result, he can prompt the model with specific stylistic preferences. This prompt is first checked for possible prompt injections.

Manually converting tables to $\LaTeX$ for reports can be a pain, so I hope you will find this app useful!

About

Simple Streamlit app which allows for the conversion of a .csv table to LaTeX code using GPT-3.5-turbo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages