Skip to content

Sir-Sloth-The-Lazy/OneStopAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 OneStopAI 🌟

Your ultimate repository for mastering Artificial Intelligence and Data Science.

Under active development

Welcome to OneStopAI.com, a comprehensive collection of resources, tutorials, and practical examples covering everything you need to know about the AI stack—from Python basics to Agentic AI.

📚 Table of Contents


🚀 Getting Started

This project uses uv for Python package and environment management.

Setup

# Install uv (if not already installed)
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create a virtual environment
uv venv

# Activate the virtual environment
source .venv/bin/activate        # macOS/Linux
.venv\Scripts\activate           # Windows

Managing Dependencies

# Add a package
uv add <package>

# Add a dev-only package
uv add --dev <package>

# Remove a package
uv remove <package>

# Install all dependencies from pyproject.toml
uv sync

Running Code

# Run a Python script
uv run python script.py

# Run a Jupyter notebook server
uv run jupyter notebook

# Run a specific Python version
uv python pin [version_of_python]

Environment Info

# Show installed packages
uv pip list

# Show the Python version in use
uv run python --version

🐍 Python

This section contains various Python concepts and tutorials:

Basics

Deep Dive

Object Oriented Programming

Toys


📊 Data Science

(Content coming soon)

🤖 Machine Learning

(Content coming soon)

🧠 Deep Learning

(Content coming soon)

👁️ Computer Vision

(Content coming soon)

🗣️ Natural Language Processing

(Content coming soon)

🎮 Reinforcement Learning

(Content coming soon)

✨ GenAI

(Content coming soon)

🕵️‍♂️ Agentic AI

(Content coming soon)

🔗 Other Resources

(Content coming soon)


Built with ❤️ for the AI Community.

About

This repository is for all the resources related to Data Science, Machine Learning, Deep Learning, Computer Vision, Natural Language Processing, Reinforcement Learning, GenAI, Agentic AI and more. My contribution to anyone who wants to learn through open source resources. #AI_for_All

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors