This project is a tool for traditional performing arts in MEDIAN Lab, which allows you to quickly generate slides based on a given paper title.
Note that the generated contents should be carefully double-checked, some unavoidable mistakes still exist (e.g. wrong personal page).
Before using this project, please ensure the following:
-
Python Installation:
Make sure Python is installed on your system. You can download it from python.org. -
Install Dependencies:
Install the required dependencies by running the following command in your terminal:pip install -r requirements.txt
-
API Key Setup:
- Register an account at serper.dev.
- Obtain your API key from your account.
- Set your
api_key
in the script by replacing the placeholder in the following line:
get_author_home_page.py - Line 60.
Example:api_key = "your_api_key_here"
-
Open the
create_slide.py
file and update thepaper_title
variable with the title of your paper. -
Run the following command in your terminal:
python create_slide.py
That's it! The script will generate slides based on the input.
We welcome contributions! Feel free to submit issues or pull requests to improve the project.
This project was developed by: