This project is a text generator application built using GPT-2, Gradio, and TensorFlow. The app takes a user-provided sentence as input and generates a complete paragraph based on that sentence.
- Text Generation: Leverages the power of GPT-2 to generate coherent and contextually relevant paragraphs from a given input sentence.
- User-Friendly Interface: Built with Gradio to provide an easy-to-use web interface for users to input their sentences and receive generated text.
- Customizable: The model and interface can be easily customized for different text generation tasks and use cases.
- Interactive Demo: Includes an interactive demo where you can test the app in real-time.