├── AI ML └── README.md ├── LLMs Repos └── readme.md ├── MLM ├── example.py └── readme.md ├── Road map ├── Roadmap.md └── resources.md └── Yolo ├── README.md ├── image.jpg ├── test.py └── yolov8n.pt /AI ML/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/AI ML/README.md -------------------------------------------------------------------------------- /LLMs Repos/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/LLMs Repos/readme.md -------------------------------------------------------------------------------- /MLM/example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/MLM/example.py -------------------------------------------------------------------------------- /MLM/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/MLM/readme.md -------------------------------------------------------------------------------- /Road map/Roadmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/Road map/Roadmap.md -------------------------------------------------------------------------------- /Road map/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/Road map/resources.md -------------------------------------------------------------------------------- /Yolo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/Yolo/README.md -------------------------------------------------------------------------------- /Yolo/image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/Yolo/image.jpg -------------------------------------------------------------------------------- /Yolo/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/Yolo/test.py -------------------------------------------------------------------------------- /Yolo/yolov8n.pt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dkpython7/My-hacks/HEAD/Yolo/yolov8n.pt --------------------------------------------------------------------------------