Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iadtya/web-summarizer-client
Web-summarizer generates summary of a given URL using a fine-tuned GPT-3.5 model and Puppeteer to scrape the DOM. It also utilizes Redis to cache summaries, reducing overhead costs and improving request speed from 4.4 seconds to 500 milliseconds The full backend is containerized and deployed on Railway with integrated Jest unit tests running on Git
https://github.com/iadtya/web-summarizer-client
ec2-instance gpt-35-turbo jest nodejs puppeteer redis-cache redis-server
Last synced: 6 days ago
JSON representation
Web-summarizer generates summary of a given URL using a fine-tuned GPT-3.5 model and Puppeteer to scrape the DOM. It also utilizes Redis to cache summaries, reducing overhead costs and improving request speed from 4.4 seconds to 500 milliseconds The full backend is containerized and deployed on Railway with integrated Jest unit tests running on Git
- Host: GitHub
- URL: https://github.com/iadtya/web-summarizer-client
- Owner: iAdtya
- Created: 2024-01-09T22:21:56.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-16T14:42:28.000Z (11 months ago)
- Last Synced: 2024-11-09T05:13:34.419Z (2 months ago)
- Topics: ec2-instance, gpt-35-turbo, jest, nodejs, puppeteer, redis-cache, redis-server
- Language: TypeScript
- Homepage: https://web-summarizer-client.vercel.app
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project
Web-summarizer generates summary of a given URL using a fine-tuned GPT-3.5 model and Puppeteer to
scrape the DOM. It also utilizes Redis to cache summaries, reducing overhead costs and improving
request speed from 4.4 seconds to 500 milliseconds The full backend is containerized and deployed on Railway with integrated Jest unit tests running on GitHub Actions for CI/CD and Winston for logging## Output
![Screenshot 2024-01-13 135704](https://github.com/iAdtya/Web-summarizer-client/assets/93979441/f88c66ba-977d-4518-bfef-2ffd0a0437e1)