Skip to content

kodie-artner/ai-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

AI Book Projects

This repository contains AI-powered book creation projects created entirely using Windsur AI.

Projects

Children's Book Creator

An AI-powered web application that creates personalized children's stories with custom illustrations.

Features

  • Generate custom children's stories based on child's interests and preferences
  • Choose between two AI providers:
    • OpenAI (GPT-4 for text + DALL-E for images)
    • Google Gemini (for text) + Stability AI (for images)
  • Beautiful, responsive UI built with React and Chakra UI
  • Secure API key management

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn
  • API keys for your chosen provider:
    • For OpenAI mode: OpenAI API key
    • For Gemini mode: Google AI API key + Stability AI API key

Getting Started

  1. Navigate to the project directory:
cd childrens-book-creator
  1. Install dependencies:
npm install
# or
yarn install
  1. Get your API keys:
  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open your browser and navigate to http://localhost:5173

Usage

  1. Choose your AI provider (OpenAI or Gemini)
  2. Enter the required API key(s)
  3. Fill in the child's information:
    • Name
    • Age
    • Interests
    • Story theme
  4. Click "Generate Story" to create a custom story with illustrations
  5. View and enjoy your personalized children's book!

Development

  • Built with TypeScript and React
  • Uses Vite as the build tool
  • Chakra UI for the user interface
  • State management with React hooks

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Create children's books

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published