Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnab-4/summize
Article Summarizer application OpenAI GPT - 4 🚀
https://github.com/arnab-4/summize
ai api article backend chatbot cli config js next reactjs summarizer vite
Last synced: 15 days ago
JSON representation
Article Summarizer application OpenAI GPT - 4 🚀
- Host: GitHub
- URL: https://github.com/arnab-4/summize
- Owner: arnab-4
- Created: 2023-09-24T00:38:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-25T09:05:36.000Z (over 1 year ago)
- Last Synced: 2024-11-12T15:26:48.124Z (3 months ago)
- Topics: ai, api, article, backend, chatbot, cli, config, js, next, reactjs, summarizer, vite
- Language: JavaScript
- Homepage: https://summize-articlev2.netlify.app/
- Size: 67.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React + Vite.js Project
This project is set up with [Vite](https://vitejs.dev/) to quickly develop React applications.
## Getting Started
1. Clone this repository:
```bash
git clone https://github.com/arnab-4/Summize.git2.Navigate to the project directory:
```bash
cd Summize
```3.Install dependencies:
```bash
npm install
```
4.Start the development server:
```bash
npm run dev
```
5.Open your browser at http://localhost:8080/. You should see a message saying "Hello World!". If you do,
you're ready to start developing your app.