Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudeatesoglu/ai_stories_hub

Prompt engineering final project website to serve images and the related stories that are generated by AI with efficient prompts
https://github.com/sudeatesoglu/ai_stories_hub

Last synced: 25 days ago
JSON representation

Prompt engineering final project website to serve images and the related stories that are generated by AI with efficient prompts

Awesome Lists containing this project

README

        

# AI Stories Hub

## Description

This project was created as a final project for completing the Aygaz GenAI Bootcamp. The main goal of the project was to demonstrate prompt engineering skills by generating AI-generated stories based on given AI-generated image covers.
The project utilizes JavaScript for fetching story content, populating image covers, and handling user interactions. Additionally, CSS is used for styling the layout of the webpage.

## Features

- Display AI-generated stories based on image covers.
- Clickable image covers to view related stories.
- Dynamic population of image covers and titles.
- Responsive design for optimal viewing on various devices.

## File Structure

- index.html: Main HTML file containing the structure of the webpage.
- styles.css: CSS file for styling the layout and elements of the webpage.
- script.js: JavaScript file for handling dynamic content population and user interactions.
- stories: Folder containing text files with AI-generated story content.
- images: Folder containing image files used as covers for the stories.
- image_filenames.txt: Text file listing the filenames of image covers.
- prompt.txt: Text file containing the prompts.

## Usage

- Open the index.html file in a web browser.
- Click on the "Stories" option in the menu to view the list of story titles.
- Click on an image cover or title to view the related story content.
- Explore the website further by clicking on other menu options or interacting with the stories.

## Note

Please note that the AI-generated stories and images are for demonstration purposes only and may not accurately represent human-authored content.
This project has been created by the prompts.

*Special thanks to the instructors and mentors of the Aygaz GenAI Bootcamp.*