SummarizeAI is an AI-integrated web application designed to summarize articles effortlessly. By simply entering an article link, the application utilizes advanced AI algorithms to condense the content, providing users with concise and efficient summaries. Powered by RapidApi's Article Extractor and Summarizer, this tool streamlines the process of extracting key information from lengthy articles, making it an ideal solution for users seeking quick insights without delving into full-length content.
The technologies and tools were used to develop this project are
- TailwindCSS
- JavaScript
- React
- Redux
- RapidApi (Article Extractor and Summarizer)
Follow these steps to get the project up and running on your local machine for development and testing:
Make sure you have the following requirements met:
- Windows/Linux/Mac machine.
-
Clone the repository
git clone https://github.com/username/projectname.git
-
Move into the project directory
cd projectname
-
Install the dependencies
npm install
-
Run the below command to start the web server.
npm run dev
Open link that shows up in the terminal, with your browser to see the result.
- Enter your article URL into the input box and click on enter
- SummarizeAI will generate a summary of the article.
Contributions to SummarizeAI are welcome! To contribute, follow these steps:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
-
Make changes and commit them:
git commit -m "Add your commit message here"
-
Push your changes to your branch:
git push origin feature/your-feature-name
-
Create a pull request on the main repository.
Please follow the project's coding guidelines and maintain a clean commit history.
This website is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or feedback, feel free to reach out to us at [email protected]. We're excited to hear from you and make this project even better!