anayatkhan1 / AI-Summarizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI Summarizer

Live Site

AI Summarizer

Introduction!

This AI article summarizer is allows users to summarize long articles into shorter, more concise versions. The app uses an AI model to identify the key information in an article and generate a summary that captures the essence of the original content.

The app is designed to be user-friendly and easy to use. It has a clean and modern design, and it is well-organized. The app also includes a variety of features that make it a powerful tool for summarizing articles.

Technologies

React
Tailwind css
RapidAPI

Contribution Guide

  • Fork the repository, create a clone and make sure that you are not working on the `MAIN BRANCH' repository!
git clone https://github.com/{your-github-username-here}/AI-Summarizer.git
cd Summarizer
  • It is not good practice to work on the main branch. You can create a new branch by using this command
git checkout -b {name-of-the-branch-here}
  • Add a stream so you can sync your clone with the original repository (get the latest updates)
git remote add upstream https://github.com/anayatkhan1/AI-Summarizer.git
  • Use this command to stay up to date with the original repository (not the fork that you made)
git pull upstream master
  • Make your contribution too :)

  • Open a Pull Request also.

Setup:

  • run npm i && npm start for both client and server side to start the development server

About


Languages

Language:JavaScript 66.8%Language:CSS 27.1%Language:HTML 6.0%