DocDigest is a language model designed to simplify the consumption of textual information. This tool leverages Llama 2 7B to summarize given text and provides users with both the summarized text and an audio representation for enhanced accessibility. Whether you're a student looking to quickly grasp the key points of a lengthy article or someone who prefers consuming information through audio, DocDigest has you covered.
-
Text Summarization: DocDigest utilizes advanced natural language processing techniques to generate concise and coherent summaries of provided text. This can save you time and help you quickly extract essential information.
-
Audio Generation: In addition to text summaries, DocDigest converts the summarized content into an audio format. This feature is particularly useful for individuals who prefer listening to information, making it an inclusive tool for various learning styles.
-
User-Friendly Interface: DocDigest is designed with simplicity in mind. Users can easily input text and receive summarized text and audio outputs without the need for complex commands or setups.
Run the app here
Click here to download the model
To use DocDigest, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/DocDigest.git cd DocDigest
-
Install dependencies:
pip install -r requirements.txt
-
Run app.py:
gradio app.py