mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
* add agentchat_video_transcript_translate.ipynb * finish the agentchat_video_transcript_translate.ipynb file notebook * modify the recognize_transcript_from_video function * run the script and add the output to the notebook * implement the notebook * add the link to the video clip * rename the file and add the version requirement of each packages * add the new notebook path * add the notebook path to Example.md * add the new notebook path to the new example.md * add the instruction of FFmpeg and video download * Update Examples.md * Update Examples.md * Update Examples.md * Update Examples.md * Delete notebook/agentchat_video_transcript_translate.ipynb * Update Examples.md and add the link --------- Co-authored-by: silver233jpg <60947716+silver233jpg@users.noreply.github.com>
Website
This website is built using Docusaurus 2, a modern static website generator.
Prerequisites
To build and test documentation locally, begin by downloading and installing Node.js, and then installing Yarn. On Windows, you can install via the npm package manager (npm) which comes bundled with Node.js:
npm install --global yarn
Installation
pip install pydoc-markdown
cd website
yarn install
Local Development
Navigate to the website folder and run:
pydoc-markdown
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.