{"id":26715506,"url":"https://github.com/natgluons/ai-pickupline-generator","last_synced_at":"2026-05-09T02:15:23.095Z","repository":{"id":284335876,"uuid":"954594662","full_name":"natgluons/AI-PickupLine-Generator","owner":"natgluons","description":"A fun web app that generates clever, cringey, or romantic pickup lines using SmolLM-135M. Built with Next.js and TailwindCSS. Perfect for dating apps or breaking the ice!","archived":false,"fork":false,"pushed_at":"2025-03-25T11:23:58.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T11:33:35.907Z","etag":null,"topics":["chatbot","hugging-face","hugging-face-spaces","nextjs","smollm","tailwindcss","text-generator"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/natgluons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-25T10:19:25.000Z","updated_at":"2025-03-25T11:32:53.000Z","dependencies_parsed_at":"2025-03-25T11:43:59.271Z","dependency_job_id":null,"html_url":"https://github.com/natgluons/AI-PickupLine-Generator","commit_stats":null,"previous_names":["natgluons/ai-pickupline-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natgluons%2FAI-PickupLine-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natgluons%2FAI-PickupLine-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natgluons%2FAI-PickupLine-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natgluons%2FAI-PickupLine-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natgluons","download_url":"https://codeload.github.com/natgluons/AI-PickupLine-Generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245860766,"owners_count":20684402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","hugging-face","hugging-face-spaces","nextjs","smollm","tailwindcss","text-generator"],"created_at":"2025-03-27T14:25:24.819Z","updated_at":"2025-10-11T18:35:55.515Z","avatar_url":"https://github.com/natgluons.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💖 Pickup Line Generator\n\n### A modern web application that generates fun, clever, or cringey pickup lines using the SmolLM-135M model. Built with Next.js and TailwindCSS, it’s fast, simple, and doesn’t ghost you.\n\n\u003e ## **Tired of staring at a dating app, wondering what to say first?** Let AI do the flirting for you.\n\n\u003cimg src=\"https://github.com/user-attachments/assets/19d218ae-5958-4106-a4a9-59798cbdee10\" alt=\"Pickup Line Generator\" width=\"700\"/\u003e\n\n\u003e ## Smooth, silly, or straight-up ridiculous — we’ve got a line for that.\n\n\u003cimg src=\"https://github.com/user-attachments/assets/83c131e5-a4b3-40af-b526-1353b0a47fd5\" width=\"700\"/\u003e\n\n\u003e ## Choose *your* vibe. Hit generate. Shoot your shot!\n\n\u003cimg src=\"https://github.com/user-attachments/assets/b69f347d-1e4b-443f-a3e8-2727b3a397c2\" width=\"400\"/\u003e\n\n\u003e # Have fun out there, and good luck scoring that date (or getting laid 😉)! You got this. 😎💖\n\n---\n\n## 🌟 Features\n\n- Generate pickup lines with different vibes:\n  - 💝 Romantic\n  - 😏 Cheesy\n  - 🔬 Nerdy\n  - 😂 Cringe\n  - 💋 Flirty\n- Modern, responsive UI with beautiful animations\n- One-click copy to clipboard\n- Powered by SmolLM-135M model\n\n## 🛠️ Tech Stack\n\n- **Frontend**: Next.js 13+ with App Router\n- **Styling**: TailwindCSS\n- **Model**: SmolLM-135M (via Hugging Face Inference API)\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18+\n- Python 3.8+\n\n### Installation\n\n1. Clone the repository:\n```bash\ngit clone \u003cyour-repo-url\u003e\ncd pickup-line-generator\n```\n\n2. Install dependencies:\n```bash\nnpm install\n```\n\n3. Run the development server:\n```bash\nnpm run dev\n```\n\nVisit `http://localhost:3000` to see the application.\n\n## 🌐 Deployment to Hugging Face Spaces\n\n1. Push your code to GitHub\n2. Create a new Space on Hugging Face:\n   - Choose \"Next.js\" as the SDK\n   - Connect your GitHub repository\n   - The environment variables are already configured in the repository\n\nThe application will automatically build and deploy.\n\n## 📁 Project Structure\n\n```\npickup-line-generator/\n├── app/\n│   ├── page.tsx           # Main page component\n│   ├── layout.tsx         # Root layout\n│   ├── globals.css        # Global styles\n│   └── api/\n│       └── generate/      # API route for generation\n│           └── route.ts\n├── lib/\n│   └── model.ts          # Model integration\n└── public/               # Static assets\n```\n\n## 🎯 Example Pickup Lines\n\nHere are some examples of what the generator can create:\n\n- 💝 **Romantic**: \"Are you a magician? Because whenever I look at you, everyone else disappears.\"\n- 🔬 **Nerdy**: \"Are you made of copper and tellurium? Because you're Cu-Te!\"\n- 😏 **Cheesy**: \"Are you a parking ticket? Because you've got FINE written all over you!\"\n- 😂 **Cringe**: \"Are you a dictionary? Because you're adding meaning to my life!\"\n- 💋 **Flirty**: \"Is your name Google? Because you've got everything I've been searching for!\"\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 🙏 Acknowledgments\n\n- Built using SmolLM by Hugging Face\n- Deployed on Hugging Face Spaces \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatgluons%2Fai-pickupline-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatgluons%2Fai-pickupline-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatgluons%2Fai-pickupline-generator/lists"}