Code Monkey home page Code Monkey logo

albrary's Introduction

Aibrary: AI-Assisted Storybook Creation for Kids

Aibrary is a platform that combines children's creativity with AI assistance for creating personalized storybooks.

How It Works

  1. Interactive Storytelling

    • Children create unique stories through a choice-based game powered by an LLM (e.g., GPT-4).
    • The AI guides the narrative by providing options at each step.
  2. Background Generation

    • An image generation model analyzes the story and generates relevant background scenes.
  3. Character Illustration

    • Children illustrate the characters on the AI-generated backgrounds, bringing their stories to life.

Features

  • Interactive storytelling with AI guidance
  • AI-generated contextual backgrounds
  • Children's creative character illustrations
  • Seamless AI integration

Benefits

  • Fosters creativity and self-expression
  • Engaging and fun learning experience
  • Personalized storybooks
  • Collaboration with AI technologies

Aibrary aims to provide a delightful and educational platform for children to develop their storytelling abilities, artistic skills, and familiarity with AI in an engaging way.

Usage

Starting the ML Server

To start the ML server, follow these steps:

  1. Navigate to the ml_server directory:

    cd ml_server
    
  2. Create a new Python virtual environment named aibrary with Python 3.8:

    conda create -n aibrary python=3.8
    
  3. Activate the virtual environment:

    conda activate aibrary
    
  4. Install the required Python packages:

    pip install -r requirements.txt
    
  5. Run Server:

    flask run
    

The ML server should now be running and ready to serve AI models.

Starting the Frontend

To start the frontend, follow these steps:

  1. Navigate to the frontend directory:

    cd frontend
    
  2. Start the Nginx web server:

    sudo systemctl start nginx
    

Starting the Backend Server

To start the backend server, follow these steps:

  1. Navigate to the backend directory:

    cd backend
    
  2. Build the Gradle project:

    gradlew build
    
  3. Run the JAR file:

    java -jar backend-0.0.1-SNAPSHOT.jar
    

The backend server should now be up and running, handling requests from the frontend and interacting with the ML server.

Menual

albrary's People

Contributors

hur2 avatar naparil avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.