No description
Find a file
2024-04-25 20:36:45 +02:00
lsb_package init 2024-04-25 20:34:28 +02:00
.gitattributes Initial commit 2024-04-25 19:56:33 +02:00
.gitignore init 2024-04-25 20:34:28 +02:00
LICENSE init 2024-04-25 20:34:28 +02:00
main.py init 2024-04-25 20:34:28 +02:00
Pipfile init 2024-04-25 20:34:28 +02:00
README.md Update README.md 2024-04-25 20:36:45 +02:00
requirements.txt init 2024-04-25 20:34:28 +02:00

Project Name

Description

Brief description of the project.

Requirements

Python 3.10.12 pip 24.0

Installation

Running Locally

Clone the repository:

git clone https://github.com/yourusername/LectureSummarizer.git

Navigate to the project directory:

cd LectureSummarizer/

Install dependencies:

pip install -r requirements.txt

Usage

Contributing

  • Start by forking the repository.
  • Create a branch in your fork for your contributions.
  • Commit your changes with clear commit messages.
  • Push your branch to your fork on GitHub and submit a pull request to the main project.

License

Lecture Summary Bot Copyright (C) 2024 Martin Jaros

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.