Theta Digest is a web application that allows users to upload videos and receive concise text summaries. Utilizing the power of AI and blockchain technology, Theta Digest offers an efficient and cost-effective way to digest video content. Users can pay for the service using TFuel, Theta's cryptocurrency, ensuring secure and decentralized transactions.
- Frontend: HTML, CSS, JavaScript
- Backend: Node.js, Express.js
- Model: sshleifer/distilbart-cnn-12-6 for summarization
- Hosting: GitHub Pages
- Clone the repository.
- Navigate to the
backend
directory and runnpm install
. - Start the backend server with
node server.js
. - Open
index.html
in your browser to use the application.