A workshop on generative AI and Prompt Engineering for academic research and education.
This work is licensed under a Creative Commons Attribution 4.0 International License.
To view the website locally, you will need to have Python and pip
installed.
- Clone the repository:
git clone https://github.com/your-username/intro-gpt.git
- Navigate to the project directory:
cd intro-gpt
- Install the dependencies:
pip install -r requirements.txt
To start the local development server, run the following command:
mkdocs serve
Open your web browser and navigate to http://127.0.0.1:8000
to view the website.