Skip to content

fungzyui/LLM-NewsHub

 
 

Repository files navigation

LLM News Generation

Git Intrusction

How to modify the code?

  1. Create the new branch (eg. dev/{feature_name})
  2. After pushed in new branch, then create the Pull Request
  3. Ask Ken to review the code
  4. If approved, then merge to the main branch

When push:

# if needed (BTW, I have set .gitmodules)
git submodule add https://github.com/Rudrabha/Wav2Lip 

Quick Start - LINK

Demo

Demo

TODO LIST

Potential Optimize:

  1. Easy
    • Hot Topics
    • Time Weights (when grouping, use other date data)
    • Score Usage
  2. Clustering
    • Instead of Kmeans such as DBSCAN
  3. Fake New Classification
    • Add the content pattern as Feature
  4. Generation Approach
  5. Evaluation Methods
    • Any Metrics Need
  6. Deployment
    • Improve the image prompt for Stable Diffusion
    • Voice Fine Tuning
  7. UI
    • Create Top Hot News according to the Social Media data
    • Avatar Chatbot ?
    • Video (Wip2Lip) for Summary of today ?
  8. Git
    • Create CODEOWNERS file

FEAT:

  • GNN
    • Search
    • Fact Check
    • Recommendation

[SO DIFFICULT TO HANDLE GRAPH IN JAVASCRIPT BUT HANDLE IN PYTHON SCRIPT NEED TO PROVIDE THE FIXED CONTENT OR CREATE THE API CALL FOR THAT]

My env

Mac M1 Pro - 16GB RAM (CPU only)
Python 3.10.18
package: /requiremensts.txt

MIT License

This project is licensed under the MIT License.
For details, see LICENSE.

About

Project: The AI-Empowered Personal Intelligence Hub: LLM-Driven News Generation

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 59.5%
  • TypeScript 27.1%
  • Jupyter Notebook 10.2%
  • CSS 2.1%
  • Makefile 0.6%
  • Dockerfile 0.2%
  • Other 0.3%