Skip to content

My playground to test and play around everything related to AI and LLM's

Notifications You must be signed in to change notification settings

kanwartaimoor/LLM-Learning-Gen-AI

Repository files navigation

🤖 LLM-Learning

Welcome to LLM-Learning – a personal playground to explore and experiment with everything related to AI, Large Language Models (LLMs), and AI Agents.


🛠️ Setup Instructions

Follow these steps to get your environment up and running:

1. Install Python

Make sure you have Python 3.12.5 installed.
You can download it from the official Python website.

2. Create a Virtual Environment

python -m venv venv

3. Activate the Virtual Environment

On macOS/Linux

source venv/bin/activate

On Windows

venv\Scripts\activate

2. Install Dependencies

pip install -r requirements.txt

About

My playground to test and play around everything related to AI and LLM's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages