mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 07:23:23 -05:00
[PR #30] [CLOSED] Add License File and Update README #105
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/30
Author: @iqra-1
Created: 11/14/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (3)
60aa804AI app chat with video7d44e7dModified README3d5fd1bUpdate LICENSE📊 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
LICENSEfile)README.mdwith a new License sectionMotivation
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.