An open API service indexing awesome lists of open source software.

https://github.com/dibyadyutidas/custom-handwriting

This project takes input text and converts it into a user’s personalized handwriting style.
https://github.com/dibyadyutidas/custom-handwriting

github-pages ml mongodb website

Last synced: 12 months ago
JSON representation

This project takes input text and converts it into a user’s personalized handwriting style.

Awesome Lists containing this project

README

          

# Text-to-Handwriting Converter

## 🧠 Overview

Welcome to the **AI-powered Text-to-Handwriting Converter** – a project that transforms plain text into visually realistic, handwritten-style images.

The backend is powered by **Node.js**, and the AI handwriting generation leverages libraries like **TensorFlow.js** and **OpenCV**. This is a work-in-progress project with big plans for web and mobile platforms.

---

## πŸ”₯ Project Status

- **Version**: `0.1 (Alpha)`
- **Release Date**: `January 2025`
- **Phase**: 🚧 *Early Development*

### βœ… Currently Implemented
- Basic text-to-handwriting conversion (alpha)
- Initial AI handwriting model
- Backend API for conversions

### πŸ› οΈ In Progress
- Model refinement for accuracy and style
- Front-end interface (React/Web)
- Performance and scalability improvements

---

## 🌟 Features

- πŸ€– **AI Handwriting Generator**: Transforms typed text into realistic handwriting
- ✍️ **Custom Handwriting Styles** (Coming soon)
- πŸ”Œ **Simple REST API**: `POST /convert` to receive image output
- βš™οΈ **Modular Codebase**: Easy to extend and integrate

---

## πŸš€ Future Plans

### πŸ”œ Coming Soon
- 🌍 Web App: Browser-based real-time handwriting converter
- 🧬 Custom Styles: Upload your own handwriting for personalization
- πŸ“± Mobile Apps: Android & iOS support
- 🧠 AI Enhancements: Higher accuracy, more language support

### πŸ—‚οΈ Milestones

| Version | Target Features |
|----------|------------------------------------------------------|
| `0.1` | website deployment with out backend |
| `1.0` | Initial backend + AI model (alpha) |
| `1.1` | Beta UI + improved AI handwriting styles |
| `2.0+` | Handwriting training + mobile + PDF/image export |

---

## πŸ› οΈ Getting Started Locally

To run the app locally:

```bash
git clone https://github.com/DibyadyutiDas/custom-handwriting-converter.git
cd custom-handwriting-converter
npm install
npm start
```
---

## πŸ“š Documentation & Contribution
Want to contribute? Check out the [Contribution Guidelines](CONTRIBUTING.md).