Files
kennethreitz.org/data/software/websites/strainsdb.md
T
2025-08-24 10:26:30 -04:00

1.6 KiB

strainsdb.org

strainsdb.org is a simple Django app that contains information about various strains of cannabis. It was made as a proof of concept for using AI to generate content for a websiteThis project represents an early exploration into AI-powered content generation for web applications, predating the widespread adoption of large language models for automated content creation..

The app allows users to browse different strains, view details about each strain, and search for specific strains based on their characteristics.

Each strain also contains terpene information, which is extracted from gpt-3.5 using instructorInstructor is a Python library that uses Pydantic models to structure and validate LLM outputs, ensuring reliable data extraction from language models for programmatic use. and stored in SQLiteSQLite provides a lightweight, serverless database solution perfect for proof-of-concept applications, requiring no additional infrastructure while maintaining ACID compliance..

https://strainsdb.org/