init
This commit is contained in:
parent
0cb2b64509
commit
2042af8d20
16 changed files with 1524 additions and 0 deletions
60
README.md
Normal file
60
README.md
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
# Project Name
|
||||
|
||||
## Description
|
||||
|
||||
Brief description of the project.
|
||||
|
||||
## Requirements
|
||||
|
||||
Python 3.10.12
|
||||
pip 24.0
|
||||
|
||||
## Installation
|
||||
|
||||
### Running Locally
|
||||
|
||||
Clone the repository:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/yourusername/LectureSummarizer.git
|
||||
```
|
||||
Navigate to the project directory:
|
||||
|
||||
```bash
|
||||
cd LectureSummarizer/
|
||||
```
|
||||
Install dependencies:
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
- Start by forking the repository and then clone your fork.
|
||||
- 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/>.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue