This is the repository with the homework for the LU AI Guild Spring 2023 at Code University
To get started with this project, follow the steps below:
-
Clone this repository
-
Create and activate a virtual environment by running the following commands:
python3.10 -m venv .venv source .venv/bin/activate
-
Install the required packages by running the following command:
pip install -r requirements.txt
. -
Run the following command to start the Jupyter Notebook:
jupyter lab
. -
To deactivate the virtual environment, simply run the following command:
deactivate
.