James Edmunds commited on
Commit
f87cd97
·
1 Parent(s): af1818d

Remove public demo link, add Kiro config to gitignore, update README for self-deployment

Browse files
Files changed (2) hide show
  1. .gitignore +3 -0
  2. README.md +2 -2
.gitignore CHANGED
@@ -47,6 +47,9 @@ TODO.txt
47
  # Documentation (keep private)
48
  docs/
49
 
 
 
 
50
  # Huggingface
51
  .hf/
52
  .huggingface/
 
47
  # Documentation (keep private)
48
  docs/
49
 
50
+ # Kiro IDE configuration
51
+ .kiro/
52
+
53
  # Huggingface
54
  .hf/
55
  .huggingface/
README.md CHANGED
@@ -13,9 +13,9 @@ pinned: false
13
 
14
  An AI-powered lyrics generation system that uses semantic understanding of existing lyrics to generate new, contextually relevant song lyrics. Built with LangChain, RAG (Retrieval-Augmented Generation), and OpenAI's GPT-4.
15
 
16
- ## 🚀 Live Demo
17
 
18
- **[Try it on HuggingFace Spaces](https://huggingface.co/spaces/SongLift/LyrGen2)**
19
 
20
  ## ✨ Features
21
 
 
13
 
14
  An AI-powered lyrics generation system that uses semantic understanding of existing lyrics to generate new, contextually relevant song lyrics. Built with LangChain, RAG (Retrieval-Augmented Generation), and OpenAI's GPT-4.
15
 
16
+ ## 🚀 Deploy Your Own
17
 
18
+ This app is designed to be easily deployed on HuggingFace Spaces. Follow the setup instructions below to create your own instance.
19
 
20
  ## ✨ Features
21