This repository contains a backend system that receives data from the front-end and processes it using two main pipelines: paraphrasing and summarization.
- Utilizes the T5_base Model for paraphrasing tasks.
- Employs the FactorSum Model for summarization purposes.
- Implements web scraping techniques to extract data from websites.
The backend system follows a flowchart depicted above, illustrating how it receives and processes data from the front-end.
To utilize this backend system:
- Clone this repository.
- Set up the necessary environment and dependencies.
- Start the backend server.
- Send data from the front-end to the specified endpoints for paraphrasing and summarization.
Contributions are welcome! Feel free to submit issues or pull requests if you have any improvements, bug fixes, or additional functionalities to suggest.