Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Full Stack Applications Tutorials

This directory contains tutorials on building complete applications that integrate LLMs with modern web frameworks.

Prerequisites

Each tutorial in this directory includes its own setup and installation instructions. Please refer to the individual tutorial files for specific requirements.

Common requirements:

  • Python 3.10 - 3.13
  • IBM watsonx.ai account
  • Node.js 16+ (for frontend applications)

Available Tutorials

1. AI Stylist (ai-stylist/)

Fashion recommendation application using multimodal AI.

  • Stack: Python + Streamlit + IBM Watsonx
  • Features: Image analysis, style recommendations
  • Time: 45-60 minutes

2. Granite Troubleshooting Guide Generator (granite-troubleshooting-guide-generator/)

Generate technical troubleshooting guides using IBM Granite models.

  • Stack: Python + IBM Watsonx
  • Features: Automated guide generation, technical documentation
  • Time: 30-45 minutes

3. Silly Story Time (silly_story_time/)

Interactive storytelling with AI-generated stories and images.

  • Stack: React + TypeScript + Vite + Ollama
  • Features: Story generation, image creation, audio narration
  • Prerequisites: Ollama running locally
  • Time: 60-90 minutes

Quick Start

  1. Install dependencies (see Installation above)
  2. Navigate to an application directory
  3. Follow the application-specific README for setup and running instructions

Additional Resources

Contributing

Found an issue or want to add a new tutorial? See our Contributing Guide.

License

See the LICENSE file in the repository root.