An Gen-AI based article summarizer.
AI-Summarizer is an article summarization tool powered by Generative Artificial Intelligence. It helps users extract key points and essential information from lengthy articles, enabling faster comprehension and decision-making.
Follow these simple steps to set up and run AI-Summarizer on your local machine.
Clone this repository to your local machine using the following command:
git clone https://github.com/SargamPuram/MediaMinds.git
Navigate to the project directory and install the required dependencies by running:
npm install
You need to obtain a Rapid API key to access the article summarization service. Once you have your key, create a .env
file in the root directory of the project and add the following line:
Add your Rapid API key in the .env file
VITE_RAPID_API_ARTICLE_KEY=YOUR_RAPID_API_KEY
Replace YOUR_RAPID_API_KEY
with your actual Rapid API key.
Start the project by running the following command: npm run dev
This will launch the AI-Summarizer application locally.
Once the project is running, you can access the AI-Summarizer tool through your web browser. Simply navigate to http://localhost:3000
or the appropriate address provided in the terminal.
Enter the URL of the article you want to summarize, and the tool will generate a concise summary for you.
Contributions to AI-Summarizer are welcome! If you have any ideas for improvements or bug fixes, feel free to open an issue or submit a pull request.
AI-Summarizer utilizes the power of Generative AI to provide efficient article summarization. We would like to thank the developers and contributors of the underlying technologies and libraries that make this project possible.
Feel free to add any additional sections or customize the content as needed.