[PR #30] [CLOSED] Add License File and Update README #105

Closed
opened 2025-11-06 14:33:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/30
Author: @iqra-1
Created: 11/14/2024
Status: Closed

Base: mainHead: main


📝 Commits (3)

📊 Changes

7 files changed (+378 additions, -201 deletions)

View changed files

AI_App_chat_with_Video/README.md (+100 -0)
AI_App_chat_with_Video/app.py (+126 -0)
AI_App_chat_with_Video/extract_text.py (+23 -0)
AI_App_chat_with_Video/langchain_integration.py (+100 -0)
AI_App_chat_with_Video/process_text.py (+3 -0)
AI_App_chat_with_Video/requirements.txt (+5 -0)
📝 LICENSE (+21 -201)

📄 Description

Hello,

Description

Added a LICENSE file to clarify project usage and distribution terms. Also updated the README to include license information and enhanced the setup instructions.

Changes Made

  • Added MIT License to the root directory (LICENSE file)
  • Updated README.md with a new License section
  • Clarified the setup instructions for easier onboarding

Motivation

This change clarifies the licensing terms for contributors and users, ensuring the project aligns with open-source standards. It also helps new users get started quickly by enhancing documentation.

Testing

Documentation changes only; no code changes needed testing.

Additional Notes

No breaking changes were introduced.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Shubhamsaboo/awesome-llm-apps/pull/30 **Author:** [@iqra-1](https://github.com/iqra-1) **Created:** 11/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`60aa804`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/60aa804866fa5e95edb3575194fb25645ad057b0) AI app chat with video - [`7d44e7d`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/7d44e7d57240e4b3b5a58ba6750fb5c758a4dcda) Modified README - [`3d5fd1b`](https://github.com/Shubhamsaboo/awesome-llm-apps/commit/3d5fd1b16f02c4235966f0358c6eb350660b2e55) Update LICENSE ### 📊 Changes **7 files changed** (+378 additions, -201 deletions) <details> <summary>View changed files</summary> ➕ `AI_App_chat_with_Video/README.md` (+100 -0) ➕ `AI_App_chat_with_Video/app.py` (+126 -0) ➕ `AI_App_chat_with_Video/extract_text.py` (+23 -0) ➕ `AI_App_chat_with_Video/langchain_integration.py` (+100 -0) ➕ `AI_App_chat_with_Video/process_text.py` (+3 -0) ➕ `AI_App_chat_with_Video/requirements.txt` (+5 -0) 📝 `LICENSE` (+21 -201) </details> ### 📄 Description Hello, ### Description Added a LICENSE file to clarify project usage and distribution terms. Also updated the README to include license information and enhanced the setup instructions. ### Changes Made - Added MIT License to the root directory (`LICENSE` file) - Updated `README.md` with a new License section - Clarified the setup instructions for easier onboarding ### Motivation This change clarifies the licensing terms for contributors and users, ensuring the project aligns with open-source standards. It also helps new users get started quickly by enhancing documentation. ### Testing Documentation changes only; no code changes needed testing. ### Additional Notes No breaking changes were introduced. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:33:06 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-llm-apps#105