Skip to content

Files

Latest commit

 

History

History
27 lines (16 loc) · 659 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 659 Bytes

Adlyceum

overview

A web-based tool that allows users to upload PDF files, automatically converts them to LaTeX for accurate formula detection, and leverages OpenAI to identify and highlight errors or inconsistencies. The frontend displays the PDF with red borders around problematic sections, enabling users to edit and refine the content according to their requirements. Ideal for students, researchers, and professionals seeking a seamless way to correct and enhance PDF documents.

Run Locally

Go to the project directory

  cd Adlyceum

Install dependencies

  npm install

Start the server

  npm run dev