This collection showcases a variety of small projects and coding experiments designed to demonstrate expertise in software development, traditional AI, and generative AI. Each project highlights different skills, technologies, and problem-solving approaches.
Please note that this repository is a work in progress—new demos will be added periodically.
-
Clone the repository:
git clone https://github.com/CHANGE_FOR_YOUR_GITHUB_USERNAME/demos.git
-
Navigate to a project directory:
cd ./demos/CHANGE_FOR_A_PROJECT_DIRECTORY
-
Run the project:
Follow the specific instructions provided in each project's directory to execute the application.
- watsonx_simple_chat: A basic chatbot application utilizing IBM's watsonx AI platform to provide interactive conversational experiences.
- watsonx_langchain_chat: A basic chatbot application utilizing LangChain and IBM's watsonx AI platform to provide interactive conversational experiences.
- watsonx_langchain_langgraph_chat: A basic chatbot application similar to watsonx_langchain_chat but it uses LangGraph persistence to manage the context of the conversation.
- watsonx_nl_to_sql: An application that converts natural language questions into syntactically valid SQL queries using a real database schema.
This repository is licensed under the Apache-2.0 License. See the LICENSE file for more details.