Simplify your reading with Samza, an open-source article summarizer that transforms lengthy articles into clear and concise summaries.
- Node.js installed (https://nodejs.org/)
- Git installed (https://git-scm.com/)
-
Clone the repository:
git clone https://github.com/MuhammadKaifNazeer/samza.git
-
Navigate to the project directory:
cd samza
-
Install dependencies:
npm install
-
Get your API key from Article Extractor and Summarizer API, and add it to the
.env
file in the project root.VITE_RAPID_API_ARTICLE_KEY=your_api_key_here
-
Run the following command to start the development server:
npm run dev