https://github.com/susmita-dey/summarytts
Text and morse code summarizer
https://github.com/susmita-dey/summarytts
hacktoberfest morse-code summarizer
Last synced: 10 months ago
JSON representation
Text and morse code summarizer
- Host: GitHub
- URL: https://github.com/susmita-dey/summarytts
- Owner: Susmita-Dey
- Created: 2023-05-13T05:30:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T10:27:00.000Z (about 3 years ago)
- Last Synced: 2025-04-05T01:28:51.803Z (over 1 year ago)
- Topics: hacktoberfest, morse-code, summarizer
- Language: JavaScript
- Homepage:
- Size: 257 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

### What is SummaryTTS:
SummaryTTS is an application which allows users to generate a summary of any of their inputs, it can process audio, video, and text content to provide a brief of the input and can read aloud the output!
SummaryTTS was built for time saving and helping the disabled!
## How SummaryTTS works ?
SummaryTTS makes use of OpenAI's Whisper and GPT API's to transcribe, summarize text and uses TTS to read aloud.
## Tools used:
SummaryTTS's frontend is built using a combination of Vite, react, tailwind, html, and css.
SummaryTTS backend is built using Python, Flask, OpenAI APIs: GPT 3.5 turbo and Whisper, pybraille, and PyPDF2.
# Get started
### Use the link:
You can click on the link to try out a version of SummaryTTS.
## Deploy your Own:
You can also deploy your own version of SummaryTTS.
Follow these Steps: Clone this repo! and type in terminal:
cd frontend
npm install
npm run dev
This will deploy a development Frontend for you to work with! Click the link in the terminal response to open the application.
We aren't done yet, we still need to start the backend server!
To do this, simply type in a new terminal window:
cd backend
npm install
npm run dev
Great you've successfully started the server, now you can access the front end!
## Contributors

Susmita Dey

Jaisal Srivastava

Shubhankar

Bharadwaj N