Welcome to ia-labs! This repository contains my personal experiments and projects related to AI (Artificial Intelligence) models, proof of concepts, and sample applications.
The repository is organized as follows:
- Scripts: Python scripts for running AI models and utilities.
- Documentation: Additional documentation or notes related to the projects.
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.
- 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
python -c "from transformers import pipeline; print(pipeline('sentiment-analysis')('we love you'))"