Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 657 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 657 Bytes

Summary.py

This script generates a summary of a given text file.

Installation

  1. Clone the repository:

    git clone https://github.com/lagneshthakur/Llama-2-7b-chat-summary.git
  2. Navigate to the project directory:

    cd Llama-2-7b-chat-summary
  3. Create and activate a new virtual environment (optional but recommended):

    python -m venv myenv
    source myenv/bin/activate
  4. Install the required dependencies:

    pip install -r requirements.txt

Usage

To generate a summary, run the following command: shell python summary.py