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

https://github.com/sulemansaeed73/cleansetext

CleanseText – AI Writing Assistant built with Next.js & Django REST Framework.
https://github.com/sulemansaeed73/cleansetext

django-rest-framework grammar-checker nextjs redux summarization-model tailwindcss text-extraction

Last synced: 3 months ago
JSON representation

CleanseText – AI Writing Assistant built with Next.js & Django REST Framework.

Awesome Lists containing this project

README

          

# CleanseText

CleanseText is a modern, AI-powered web application that helps users improve their writing through **Grammar Correction**, **Paraphrasing**, and **Summarization** tools. Users can upload `.pdf` or `.docx` documents and receive clean, readable, and AI-refined text.

---

## Tech Stack

- **Frontend**: Next.js (App Router), Tailwind CSS, React Icons, Redux Toolkit + Redux Persist
- **Backend**: Django REST Framework
- **File Handling**: `FormData`, `.pdf` parsing with `PyMuPDF`, `.docx` with `python-docx`
- **State Management**: Redux Toolkit
- **API Calls**: Axios