Skip to content

ML model integrated into the website to help students all over the world store and acces their handwritren notes.

License

Notifications You must be signed in to change notification settings

T4ras123/UniNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ML model integrated into the website to help students all over the world store and acces their handwritren notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages