├── GitHub Agent ├── github.py ├── main.py ├── note.py ├── notes.txt └── requirements.txt ├── README.md ├── project1.py ├── project2.py ├── project3.py └── project4.py /GitHub Agent/github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/GitHub Agent/github.py -------------------------------------------------------------------------------- /GitHub Agent/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/GitHub Agent/main.py -------------------------------------------------------------------------------- /GitHub Agent/note.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/GitHub Agent/note.py -------------------------------------------------------------------------------- /GitHub Agent/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/GitHub Agent/notes.txt -------------------------------------------------------------------------------- /GitHub Agent/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/GitHub Agent/requirements.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/README.md -------------------------------------------------------------------------------- /project1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/project1.py -------------------------------------------------------------------------------- /project2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/project2.py -------------------------------------------------------------------------------- /project3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/project3.py -------------------------------------------------------------------------------- /project4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/techwithtim/5-Python-AI-Projects/HEAD/project4.py --------------------------------------------------------------------------------