Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)