You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Streamlit-based web app allows users to generate custom poems using AI. By selecting a mood, poem length, and optional theme, users can craft unique poems and download or copy them to their clipboard. The app utilizes the AwanLLM API for natural language generation.
Poem generation project using Transformers. Collected 100 Vietnamese poems via web scraping, trained a sequence-to-sequence model with multi-head attention, and implemented temperature-based sampling for creative text generation
AI Poem Generator is an innovative web application that harnesses the power of artificial intelligence to create unique and inspiring poems. By leveraging the Anthropic API and a suite of modern web technologies, this project offers users a seamless and interactive experience in generating AI-crafted poetry.
Here in this project, I have created a system that uses natural language processing and a deep learning system that writes heart-wining beautiful poems.
Generative LLM specifically trained to generate poems This LLM uses Pytorch's GPT2 and a dataset of poems from The Poetry Foundation to train a neural network that generates new poetry based on a prompt.