https://github.com/keygenqt/aurora-dataset
Knowledge base about Aurora OS.
https://github.com/keygenqt/aurora-dataset
aurora-cos auroraos cos dataset pkl-lang
Last synced: 3 months ago
JSON representation
Knowledge base about Aurora OS.
- Host: GitHub
- URL: https://github.com/keygenqt/aurora-dataset
- Owner: keygenqt
- Created: 2024-12-03T15:21:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T15:51:40.000Z (5 months ago)
- Last Synced: 2025-01-26T15:18:03.865Z (5 months ago)
- Topics: aurora-cos, auroraos, cos, dataset, pkl-lang
- Language: Pkl
- Homepage: https://aurora-cos.keygenqt.com/dataset
- Size: 3.28 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Set for Aurora OS

Knowledge base for Aurora OS. You can train your models, search and find an answer to your question.
I chose [Pkl](https://pkl-lang.org/index.html) as the format for saving the database.
I think it will be convenient for such a task. Well, and finally, we will find a use for it.### Scripts
The `scripts` directory contains python scripts that simplify working with dataset.
Their functionality will be improved over time.- `pkl.py` - installing and updating pkl, generating dump of the required format.
- `stats.py` - outputting statistics about dataset.
- `uts.py` - working with unix timestamp.
- `validate.py` - validating pkl data.Any script can be called from the root of the project.
For example, this is how you can create dump in json format:```shell
scripts/pkl.py --dump json
```### Text Format
The HTML format is used, in abbreviated form: [HTML style](https://core.telegram.org/bots/api#html-style).
Suitable for telegram bots and all other parsers. Example message **>[here](https://github.com/keygenqt/aurora-dataset/blob/main/collection/dataset.pkl#L21)<**.### Pkl IDEs
- [VS Code Extension](https://pkl-lang.org/vscode/current/index.html)
- [IntelliJ Plugin](https://pkl-lang.org/intellij/current/installation.html)### License
```
Copyright 2024 Vitaliy ZarubinLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```