Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 1.48 KB

README.md

File metadata and controls

56 lines (34 loc) · 1.48 KB

Gideon (AI Summarizer App)

Gideon is a user-friendly AI web application that simplifies the way you consume articles. With Gideon, you can generate concise, easy-to-understand summaries by simply providing the URL of the article you'd like to digest, saving you valuable time. Whether you're a student, researcher, or a curious reader. Gideon is your shortcut to grasping the essence of complex articles effortlessly.

Features

  • Article Summarization: Summarize long articles provided via URL to save time and offer concise information.
  • User-Friendly Interface: A clean and intuitive web interface for easy interaction.
  • Copy to Clipboard: Copy the generated summaries to your clipboard.

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

VITE_RAPID_API_ARTICLE_KEY VITE_HANKO_API_URL

Run Locally

Clone the project

  git clone https://github.com/Ayomide0123/gideon_ai.git

Go to the project directory

  cd gideon_ai

Install dependencies

  npm install

Start the server

  npm run dev

The application should now be running at http://localhost:5173

Tech Stack

Client: React, React-Router, TailwindCSS

Auth: Hanko

Screenshots

Login Page

Landing Page