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.
- Host: GitHub
- URL: https://github.com/sulemansaeed73/cleansetext
- Owner: sulemansaeed73
- Created: 2025-06-19T16:13:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T16:24:15.000Z (4 months ago)
- Last Synced: 2025-07-13T05:01:46.910Z (3 months ago)
- Topics: django-rest-framework, grammar-checker, nextjs, redux, summarization-model, tailwindcss, text-extraction
- Language: JavaScript
- Homepage:
- Size: 5.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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