AI Projects by BI Insights Inc
Welcome to the AI repository – a collection of AI, machine learning, and deep learning experiments, models, and utilities maintained by @hnawaz007. This repo is intended to serve as a personal lab for learning, experimenting, and building with artificial intelligence technologies. Link to YouTube
This repository may include:
- Natural Language Processing (NLP)
- OCR via LLM
- Prompt Engineering & LLM toolchains
- AI-powered apps and utilities
Check individual folders or notebooks for detailed explanations, code, and outputs.
Make sure you have Python 3.8+ installed. Clone the repo and install dependencies (if a requirements.txt or environment.yml is provided):
git clone https://github.com/hnawaz007/AI.git
cd AI
pip install -r requirements.txt