Turn your thoughts into poetic masterpieces with the power of AI! This project leverages LSTM (Long Short-Term Memory) neural networks and an interactive Streamlit interface to generate beautiful poetry in real time. Whether you're a poet, a writer, or simply someone who enjoys the art of words, this tool will inspire and delight you.
- Real-Time Poetry Generation: Generate poetry instantly using an LSTM model trained on curated Urdu poetry.
- Customizable Settings: Use sliders to control:
- Temperature: Adjust creativity levels in the generated poetry.
- Max Poem Length: Define how long your poems should be.
- Interactive Streamlit Interface: A sleek, user-friendly design for an enjoyable poetry experience.
- Input a starting phrase for your poem.
- Adjust parameters (like temperature and length) via sliders.
- Watch your personalized AI-generated poem come to life!
- PyTorch: For building and training the LSTM model.
- Streamlit: For creating the interactive web interface.
- Python: Core programming language for model and app development.
- Tokenizer: To preprocess and manage vocabulary for the model.