Spaces:
Running
Running
metadata
title: SIMPLIFY Text Summarizer
emoji: π
colorFrom: indigo
colorTo: red
sdk: gradio
sdk_version: 4.15.0
app_file: app.py
pinned: false
pip_version: 23.3.2
S I M P L I F Y
Harness the power of LLMs to extract concise summaries from extensive text.
Installation
Create a virtual environment:
- Navigate to the project directory in your terminal.
- Create a virtual environment:
python -m venv env
- Activate the environment:
- Windows:
env\Scripts\activate.bat
- Linux/macOS:
source env/bin/activate
- Windows:
Install dependencies:
- Install required packages:
pip install -r requirements.txt
- Install required packages:
Set environment variable:
- Set your Hugging Face API token:
export HUGGINFACEHUB_API_TOKEN=YOUR_API_TOKEN
- Set your Hugging Face API token as api_token variable.
- Set your Hugging Face API token:
Usage
- Run the main script:
- Execute the main script:
python main.py
- Execute the main script:
Additional Information
- Key frameworks: LangChain, Hugging Face LLMs
- Supported document types: PDF (currently)
- Customization: Adjust prompts and code for different content and queries.
Creators
- Anish De, B.Tech. Electrical Engineering
- Yash Shrivastava, B.Tech. Computer Science Engineering
- Dev Virani, B.Tech. Computer Science Engineering