Datasets:
added github repositories and bugfix angular typo
Browse files
README.md
CHANGED
|
@@ -164,9 +164,19 @@ The following table contains the number of documents (`#D`) and the number of Gi
|
|
| 164 |
| langchain | - |Machine Learning | 49,514 | 10 |
|
| 165 |
| yolo | v7 & v8 | Computer Vision | 27,207 | 5 |
|
| 166 |
| laravel | 10 & 11 | Back-end Development | 52,351 | 9 |
|
| 167 |
-
|
|
| 168 |
| godot | 4 | Game Development | 25,482 | 6 |
|
| 169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
## Dataset Licenses
|
| 171 |
|
| 172 |
The FreshStack datasets are provided under the CC-BY-SA 4.0 license.
|
|
|
|
| 164 |
| langchain | - |Machine Learning | 49,514 | 10 |
|
| 165 |
| yolo | v7 & v8 | Computer Vision | 27,207 | 5 |
|
| 166 |
| laravel | 10 & 11 | Back-end Development | 52,351 | 9 |
|
| 167 |
+
| angular | 16, 17 & 18 | Front-end Development| 117,288 | 4 |
|
| 168 |
| godot | 4 | Game Development | 25,482 | 6 |
|
| 169 |
|
| 170 |
+
The following table contains the list of original GitHub repositories used to construct the following corpus for each topic.
|
| 171 |
+
|
| 172 |
+
| Topic | GitHub Repositories |
|
| 173 |
+
|:----:|:-----:|
|
| 174 |
+
| langchain | [LangChain (Python)](https://github.com/langchain-ai/langchain), [LangChain (JS)](https://github.com/langchain-ai/langchainjs), [LangChain Next.js Template](https://github.com/langchain-ai/langchain-nextjs-template), [Chroma Vector DB](https://github.com/chroma-core/chroma), [OpenAI Cookbook](https://github.com/openai/openai-cookbook), [OpenAI Python Library](https://github.com/openai/openai-python), [LlamaIndex](https://github.com/run-llama/llama_index), [Azure OpenAI Samples](https://github.com/Azure-Samples/openai), [Azure Search OpenAI Demo](https://github.com/Azure-Samples/azure-search-openai-demo), [Hugging Face Transformers](https://github.com/huggingface/transformers) |
|
| 175 |
+
| yolo | [Ultralytics YOLOv8](https://github.com/ultralytics/ultralytics), [YOLOv8 Documentation](https://github.com/ultralytics/docs), [PyTorch Framework](https://github.com/pytorch/pytorch), [YOLOv7 Implementation](https://github.com/WongKinYiu/yolov7), [OpenCV Library](https://github.com/opencv/opencv) |
|
| 176 |
+
| laravel | [Laravel Framework](https://github.com/laravel/framework), [Laravel Application Skeleton](https://github.com/laravel/laravel), [Laravel Official Website](https://github.com/laravel/laravel.com), [Laravel Documentation](https://github.com/laravel/docs), [Laravel Breeze (Auth Starter)](https://github.com/laravel/breeze), [Livewire (Full-stack Framework)](https://github.com/livewire/livewire), [PHP Language Source](https://github.com/php/php-src), [PHP Official Documentation](https://github.com/php/doc-en), [PHP Website Source](https://github.com/php/web-php) |
|
| 177 |
+
| angular | [Angular Framework](https://github.com/angular/angular), [Angular Components](https://github.com/angular/components), [Angular CLI](https://github.com/angular/angular-cli), [TypeScript Language](https://github.com/microsoft/TypeScript) |
|
| 178 |
+
| godot | [Godot Engine](https://github.com/godotengine/godot), [Godot Demo Projects](https://github.com/godotengine/godot-demo-projects), [Godot Documentation](https://github.com/godotengine/godot-docs), [Godot Official Website](https://github.com/godotengine/godot-website), [Learn GDScript with GDQuest](https://github.com/GDQuest/learn-gdscript), [C# Language](https://github.com/dotnet/csharplang) |
|
| 179 |
+
|
| 180 |
## Dataset Licenses
|
| 181 |
|
| 182 |
The FreshStack datasets are provided under the CC-BY-SA 4.0 license.
|