Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 710 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 710 Bytes

briefify

An OpenAI article summarizer application - Simplify your reading with briefify, an open-source article summarizer that transforms lengthy articles into clear and concise summaries.

Notes

  • Create a .env file and add it in the .gitignore. Get the Key from RapidAPI Article Summarizer API
    VITE_RAPID_API_ARTICLE_KEY=your_API_key
  • Install redux toolkit and react redux
    npm install @reduxjs/toolkit react-redux
  • Create the store & article file in the services folder and connect it with the application in main.js file

CREDITS

https://github.com/adrianhajdin/project_ai_summarizer