Skip to content

miguelms95/ia-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ia-labs

Welcome to ia-labs! This repository contains my personal experiments and projects related to AI (Artificial Intelligence) models, proof of concepts, and sample applications.

Contents

The repository is organized as follows:

  • Scripts: Python scripts for running AI models and utilities.
  • Documentation: Additional documentation or notes related to the projects.

Usage

Feel free to explore the contents of this repository. You can use the notebooks and scripts for learning, experimentation, or as a reference for your own projects.

Requirements

  • Python (3.x recommended)
  • Mac M2: install rust before make setup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"

Install all software dependencies:

make setup

Sample run

python -c "from transformers import pipeline; print(pipeline('sentiment-analysis')('we love you'))"

About

My personal labs to play with IA models, pocs and sample uses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published