https://github.com/akash-nath29/lirify
AI Lyrics Generator
https://github.com/akash-nath29/lirify
ai deep-learning fastapi nextjs nlp
Last synced: 3 months ago
JSON representation
AI Lyrics Generator
- Host: GitHub
- URL: https://github.com/akash-nath29/lirify
- Owner: Akash-nath29
- License: mit
- Created: 2025-01-11T11:55:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-11T17:03:06.000Z (over 1 year ago)
- Last Synced: 2025-10-24T13:05:45.027Z (8 months ago)
- Topics: ai, deep-learning, fastapi, nextjs, nlp
- Language: Jupyter Notebook
- Homepage: https://lirify.vercel.app
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Lirify
AI Lyrics Generator
## Description
Lirify is an AI-powered application designed to generate song lyrics. Leveraging advanced machine learning models, Lirify provides users with creative and unique lyrics for their songs.
## Features
- Generate song lyrics based on various themes and styles.
- User-friendly interface for easy lyric generation.
- Supports multiple languages and genres.
- Real-time lyric generation with high accuracy.
- Deployed and ready for production use.
## Tech Stack
- **Jupyter Notebook**: 90.2%
- **TypeScript**: 6%
- **Python**: 1.7%
- **CSS**: 1.2%
- **Other**: 0.9%
## Installation
To install and run Lirify locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/Akash-nath29/Lirify.git
```
2. Navigate to the project directory:
```bash
cd Lirify
```
3. Install the required dependencies:
```bash
npm install
```
4. Start the application:
```bash
npm start
```
## Usage
Visit [Lirify](https://lirify.vercel.app) to use the deployed application.
## Contributing
Contributions are welcome! Please follow these steps to contribute:
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature-branch
```
3. Make your changes and commit them:
```bash
git commit -m "Add new feature"
```
4. Push the branch:
```bash
git push origin feature-branch
```
5. Open a pull request.
## Credits
- [Akash-nath29](https://github.com/Akash-nath29)
## License
This project is licensed under the MIT License.