This is a bot that helps users find the lyrics to their favorite songs. It finds and displays lyrics to any song based on user input.
- Search for lyrics to any song
- Display lyrics in a clean and readable format
- Integration with ShadCN's UI library
- Automation with CopilotKit
You can view a live demo of Music Lyric Finder here
To get started with the project, run the following commands in your terminal:
- Clone the repository
git clone https://github.com/AJBrownson/music-lyric-finder.git
cd music-lyric-finder
- Install the dependencies
npm install
- Create a
.env
file in the root directory and add the following environment variables:
GROQ_API_KEY=your_groq_api_key
GROQ_MODEL=llama3-8b-8192 or model-of-your-choice
You can get your GROQ API key by signing up on groq.dev
- Start the development server
npm run dev
- Open http://localhost:3000 in your browser to view the app
This project is licensed under the MIT License - see the LICENSE file for details
Contributions are welcome! Feel free to open an issue or submit a pull request.
If you have any questions, feel free to reach out to me at Anietie Brownson.