Skip to content

Latest commit

 

History

History
66 lines (46 loc) · 1.51 KB

README.md

File metadata and controls

66 lines (46 loc) · 1.51 KB

UniNotes 📚

TrOCR model that converts images of handwitten notes into LaTeX format. The goal of the project is to make studying easier by making ogranizing and acessing notes faster and more convinient.

The final goal is to create three models:

  • TrOCR for converting images to LaTeX. (Work in progress...)
  • Original transformer to translate LaTeX and Markdown.
  • Language model to analyze, structure and access notes.

image

Structure

├── README.md
├── LICENSE
├── TODO
├── requirements.txt
├── setup.py
├── .gitignore
├── data/
│   └── external/
├── notebooks/
├── LaTeX-TrOCR/
│   ├── utils/
│   └── dataset/
├── config/
│   └── config.yaml
└── docker/

Contributing

Contributions are welcome and geratly appreciated. If you'd like to contribute to UniNotes, please follow these steps:

  1. Fork the repository.

  2. Create a new branch:

    git checkout -b feature/YourFeature
  3. Make your changes and commit them:

    git commit -m "Add your message"
  4. Push to the branch:

    git push origin feature/YourFeature
  5. Create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any inquiries, feel free to reach out:

  • Twitter: @Vover163