Skip to content

SabriDW/Code-Coffee-Intro-to-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Code & Coffee Introduction to AI Talk

This repository contains the code and resources for the Introduction to AI talk. In this talk, we cover the basics of AI and its applications.

Slides

The slides for the talk can be found here. They provide an overview of the topics discussed during the presentation.

Opening in Google Colab

To run the code in this repository using Google Colab, click here. This will open the repository in a Google Colab notebook, allowing you to execute the code interactively.

Local Setup

If you prefer to run the code locally, follow the steps below assuming you have Python 3.6 or higher installed on your machine.

  1. Clone the repository:

    git clone https://github.com/SabriDW/Code-Coffee-Intro-to-AI.git
    cd Code-Coffee-Intro-to-AI
    
  2. Create a virtual environment using venv:

    python3 -m venv env
    
  3. Activate the virtual environment:

    • For Windows:
      env\Scripts\activate
      
    • For macOS/Linux:
      source env/bin/activate
      
  4. Install the required dependencies:

    pip install -r requirements.txt
    
  5. Open the repository in Jupyter Notebook:

    jupyter notebook
    

    This will open a new tab in your browser. Click on the notebooks folder and select the notebook you want to run.

About

This repository contains the code and resources for the Introduction to AI talk. In this talk, we cover the basics of AI and its applications.

Resources

Stars

Watchers

Forks