This project is a Text Summarization App built with Remix for the frontend and Express for the backend. It uses Hugging Face's BART model for text summarization and MongoDB to store notes. https://summarify-jet.vercel.app
Text Summarization: The app uses Hugging Face's facebook/bart-large-cnn model to generate summaries from the input text. Notes Management: Users can save, view, and share their summarized notes. Markdown File Upload: Users can upload Markdown files to be summarized. Grammar Checking: Integrated grammar correction for enhanced note-taking.
The frontend is deployed on Vercel. Once your changes are made, push them to your Git repository, and Vercel will handle the deployment automatically.
The backend is deployed on Render. The backend API is hosted on (https://summarify-backend.onrender.com) in development and can be accessed in production through the Render URL.