Category: AI/ML
-
Note Taking App with V0.dev
If you use and pay for a note taking app, you can now build your own. This is also applicable for project planning. Building your own note-taking app lets you tailor it to your specific needs. In this video the creator, Alex Finn explains how to build a note-taking app. He also includes the ChatGPT…
-
Anvil Apps
I am building my AI Agents and chatbots using python so I have been looking into different frameworks. I am already familiar with Flask and Django and been looking at no-code/low-code options. There are loads of no-code and low-code options available. When I first started looking I considered Bubble. Most of these options use JavaScript…
-
Flask, FastAPI or Django
I watched an interesting video from Tech with Tim comparing Django, Flask and FastAPI. He went through each one listing their pros, especially as it relates to finding a job. My interest is AI Agent and Chatbot related. When I build my first AI Agent, I want to use either Flask or Django with FastAPI.…
-
Python Foundational Concepts
As I have been away from Python for a couple of months I am getting reacquainted with how it works. Understanding and mastering Python involves understanding several foundational concepts. Once you learn the basics everything else will fall into place. Learning Python using copy and paste isn’t really helpful (as I have discovered via my…
-
AI Fundamentals
Over the last 7-10 days I have completed the AI Fundamentals and ChatGPT Fundamentals courses at DataCamp. It has given me a firm grasp of AI concepts. Here is what was covered: AI Fundamentals– Understanding artificial intelligence– Introduction to ChatGPT– Understanding Machine Learning– Large Language Models (LLMs) Concepts– Generative AI Concepts ChatGPT Fundamentals– Introduction to…
-
AI Learning Plan
I may have mentioned in a previous post that I joined DataCamp to learn about artificial intelligence (ai) because it has everything I need (or think I need right now as a beginner) in one place. Not only is it great for learning but the continuous prompting to practice what I know, the tests to…
-
AI Abbreviations
The world of Artificial Intelligence (AI) really loves its abbreviations. You can’t read an article without stumbling into one. My new abbreviation today is RAG (retrieval-augmented generation). RAG is a framework that combines aspects of both retrieval-based and generation-based approaches in natural language processing (NLP). If I understand it correctly you can get a model…
-
What is AI?
Understanding what AI (Artificial Intelligence) is seems like a great place to start my journey on the path towards building my AI/ML (machine learning) knowledge. AI is all about incorporating human intelligence inside machines. Narrow Artificial Intelligence (or weak AI) are computer systems that can use human intelligence but have limitations in what they can…
-
AI Chatbot Developer
Over the last few months I have been trying to narrow down exactly what I want to focus on in the world of software development and I am considering being an AI Chatbot Developer. I have already considered eCommerce, learning platforms and creating a portfolio using Django and Flask, however this area also interests me…