This project aims to automate the creation of trivia questions using natural language processing (NLP).
You will need to have Python 3 and the following Python packages installed:
To run the notebook in Google Colab, you will need to upload the trivia-question-generation.ipynb and the functions.py file to your Colab environment.
- Go to the Google Colab website.
- Click on the "File" menu and select "Upload Notebook".
- Choose the Run_Together.ipynb file from your local machine and click "Open".
- Repeat the above steps to upload the provided .py files, "Blanking_Out.py", "Splitting_Up.py", and "Terminal_Attempt.py".
- The notebook should now be open in the Colab editor.
- To run the cells in the notebook, click on the "Run" button in the toolbar or use the Shift+Enter keyboard shortcut.
- Open the Jupyter notebook application.
- Navigate to the directory containing the Run_Together.ipynb file and the provided .py files, "Blanking_Out.py", "Splitting_Up.py", and "Terminal_Attempt.py" from your local machine.
- Click on the Run_Together.ipynb file to open it in the Jupyter notebook editor.
- To run the cells in the notebook, click on the "Run" button in the toolbar or use the Shift+Enter keyboard shortcut.