The Personalized Story Generator is a Python application that creates personalized stories based on user inputs such as character names, favorite activities, and story settings. This project leverages Hugging Face’s Transformers library to generate stories using the GPT-2 model.
- Personalized Story Generation: Generate a unique story based on user-provided details.
- User-Friendly Interface: Simple and intuitive GUI built with Tkinter.
- Responsive Design: Keeps the user interface responsive during story generation.
- Python: The programming language used for the application.
- Hugging Face Transformers: Library for accessing pre-trained language models.
- Tkinter: Python's standard GUI library for creating the user interface.
- Pillow: Library for image processing and manipulation.
- Enter the character’s name, favorite activity, and story setting in the respective fields.
- Click "Generate Story" to produce a personalized story.
- Click "Reset" to clear the fields and start over.

