conuko / AI-Guild

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI-Guild

This is the repository with the homework for the LU AI Guild Spring 2023 at Code University

Getting Started

To get started with this project, follow the steps below:

  1. Clone this repository

  2. Create and activate a virtual environment by running the following commands:

    python3.10 -m venv .venv
    source .venv/bin/activate
  3. Install the required packages by running the following command: pip install -r requirements.txt.

  4. Run the following command to start the Jupyter Notebook: jupyter lab.

  5. To deactivate the virtual environment, simply run the following command: deactivate.

About


Languages

Language:Python 53.8%Language:Jupyter Notebook 46.2%