This is a website that lets you type in braille or upload a braille file, and download it as latex. It supports math in NEMETH format. You can try it at https://make4all.github.io/braille2latex/
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of your app:
npm run build