Skip to content

Sheepwiz/MovieLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MovieLife

Real time narrate your life with chatGPT

The Infinite Audio Book

Requirements

  • Python3
  • ChatAPI access

Usage

  1. save your ChatGPT API key in OPENAI_API_KEY

  2. edit lines 56-58 in narrative.py

  3. edit line 87. If you're using your webcam set to 0

  4. run requirements.txt

    pip3 install -r requirements.txt
  5. run python3 narrative.py

    python3 narrative.py

How to use requirements.txt

To install the dependencies listed in a requirements.txt file in Python 3, you can use the pip package manager. Here are the steps to do so:

  1. Navigate to the Directory: Open a terminal or command prompt and navigate to the directory where your requirements.txt file is located.

    cd /path/to/directory
  2. Install Dependencies: Run the following command to install the dependencies specified in the requirements.txt file:

    pip3 install -r requirements.txt

    This command tells pip3 to install the packages listed in the requirements.txt file.

  3. Verify Installation: After the installation process completes, you can verify that the dependencies were installed correctly by running:

    pip3 list

    This command will display a list of installed packages along with their versions.

By following these steps, you can easily install the dependencies listed in a requirements.txt file for your Python 3 project.

About

Real time narrateyour life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages