Skip to content

An app that generates a summary report of YouTube videos related to stocks every hour. Your task is to write prompts to ChatGPT, obtain the generated code/app from ChatGPT and put them together

Notifications You must be signed in to change notification settings

Nature711/youtube-video-summary-with-chatgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Stock Video Summary by ChatGPT

This project generates a summary report of YouTube videos related to stocks every hour. The summary report is generated using OpenAI's ChatGPT, which is prompted with user-specified keywords related to stocks, such as "US stocks". The resulting summary is then combined with other video statistics, such as views and likes, and displayed on a webpage for easy access.

image

Setup Instructions

  1. Clone the repository to your local machine:

    git clone https://github.com/your_username/your_repository.git
    
  2. Navigate to the project directory:

    cd your_repository
    
  3. Install the required dependencies using pip:

    pip install -r requirements.txt
    
  4. Run the Flask app:

    python app.py
    
  5. Access the application by navigating to http://localhost:5000 in your web browser.

That's it! You should now be able to use the application to generate summary reports of YouTube videos related to stocks.

About

An app that generates a summary report of YouTube videos related to stocks every hour. Your task is to write prompts to ChatGPT, obtain the generated code/app from ChatGPT and put them together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published