Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sudeatesoglu/ai_stories_hub
- Owner: sudeatesoglu
- Created: 2024-03-25T20:37:37.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-03-25T22:42:02.000Z (10 months ago)
- Last Synced: 2024-03-26T23:43:04.512Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*