GLUE 서비스의 Recommend Service에 방문해주셔서 감사합니다. 해당 Repository는 GLUE 서비스의 추천 CRUD기능을 포함한 내용을 담고 있습니다.
(#).
Profile | Name | Role |
---|---|---|
이주애 jeri |
Restful API with Fast API with Elastic Search |
The Sing-To-Me website is a platform where you can create new songs by overlaying different voices onto original tracks. Users can upload various voice files to train models, and then choose original songs and trained voices to blend together, creating new vocal combinations. Key features include:
- User login and management
- Uploading voice files and training models
- Blending original songs with trained voices to synthesize new songs
- Song playback
- Providing a Top100 list of popular songs
- recommend API: Controlls every request against Voice List(Create, Read, Modify, Delete)
The project's folder structure is as follows: According to MVC pattern of Spring boot. We folderized every contents in to Model, Controllers and Service. Each domain has own Model Contollers and Services.
The languages, libraries, frameworks, and tools used in the project are as follows:
- Languages: Python
- Libraries and Frameworks:
- Tools: vsCode