MafWays is an innovative project developed at CitrusHack that leverages Artificial Intelligence for mathematical formula recognition. Our system specializes in image recognition technology, particularly focused on identifying and interpreting mathematical expressions. This project represents a step forward in making mathematical content more accessible and digitally manageable.
- Advanced image recognition for mathematical formulas
- Real-time processing capabilities
- Support for various mathematical notations
- Web-based interface for easy access
- Efficient preprocessing pipeline
- Image recognition using deep learning
- Python-based backend processing
- Web interface for user interaction
- Custom trained machine learning models
├── src/ # Source code for ML model and processing
├── projectsite/ # Web application files
├── extracted_images/ # Training data and image assets
└── requirements.txt # Python dependencies
- Clone the repository:
git clone https://github.com/mchen04/CitrusHackProject.git
- Install required dependencies:
pip install -r requirements.txt
Access all features through our web interface: (enter website url)
We welcome contributions! Here's how you can help:
- Fork the repository
- Create a feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Please ensure your contributions adhere to our coding standards and include appropriate documentation.
This project is licensed under the MIT License.