Spaces:
				
			
			
	
			
			
		Sleeping
		
	
	
	
			
			
	
	
	
	
		
		
		Sleeping
		
	Upload folder using huggingface_hub
Browse files
    	
        README.md
    CHANGED
    
    | 
         @@ -14,9 +14,26 @@ license: mit 
     | 
|
| 14 | 
         | 
| 15 | 
         
             
            A Python package for generating musical improvisation melodies based on music theory principles. The package specializes in creating natural-sounding melodic phrases that follow chord progressions while respecting musical rules, with real-time pitch detection for practice feedback.
         
     | 
| 16 | 
         | 
| 17 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 18 | 
         | 
| 19 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 20 | 
         | 
| 21 | 
         | 
| 22 | 
         
             
            ## Features
         
     | 
| 
         @@ -62,6 +79,8 @@ cp config.yml.example config.yml 
     | 
|
| 62 | 
         | 
| 63 | 
         
             
            3. Run the script to start the melody generation and playback (default is web interface):
         
     | 
| 64 | 
         | 
| 
         | 
|
| 
         | 
|
| 65 | 
         
             
            ```bash
         
     | 
| 66 | 
         
             
            make run
         
     | 
| 67 | 
         
             
            ```
         
     | 
| 
         | 
|
| 14 | 
         | 
| 15 | 
         
             
            A Python package for generating musical improvisation melodies based on music theory principles. The package specializes in creating natural-sounding melodic phrases that follow chord progressions while respecting musical rules, with real-time pitch detection for practice feedback.
         
     | 
| 16 | 
         | 
| 17 | 
         
            +
            ## Try it out! 🚀
         
     | 
| 18 | 
         
            +
            <a href="https://huggingface.co/spaces/atsushieee/improvisation-lab" target="_blank">
         
     | 
| 19 | 
         
            +
                <img src="https://img.shields.io/badge/🤗_Demo-Hugging_Face-FFD21E?style=for-the-badge&logo=huggingface&logoColor=black" alt="Hugging Face Spaces" />
         
     | 
| 20 | 
         
            +
            </a>
         
     | 
| 21 | 
         | 
| 22 | 
         
            +
            Watch the demo in action:
         
     | 
| 23 | 
         
            +
             
     | 
| 24 | 
         
            +
            https://github.com/user-attachments/assets/fa6e11d6-7b88-4b77-aa6e-a67c0927353d
         
     | 
| 25 | 
         
            +
             
     | 
| 26 | 
         
            +
            Experience Improvisation Lab directly in your browser! Our interactive demo lets you:
         
     | 
| 27 | 
         
            +
             
     | 
| 28 | 
         
            +
            - Generate melodic phrases based on chord progressions
         
     | 
| 29 | 
         
            +
            - Practice your pitch accuracy in real-time
         
     | 
| 30 | 
         
            +
            - Get instant visual guidance for hitting the right notes
         
     | 
| 31 | 
         
            +
             
     | 
| 32 | 
         
            +
            Note: The demo runs on Hugging Face Spaces' free tier, which means:
         
     | 
| 33 | 
         
            +
             
     | 
| 34 | 
         
            +
            - Performance might vary depending on server availability
         
     | 
| 35 | 
         
            +
            - If you encounter any issues, try refreshing the page or coming back later
         
     | 
| 36 | 
         
            +
            - For consistent performance, consider running the package locally
         
     | 
| 37 | 
         | 
| 38 | 
         | 
| 39 | 
         
             
            ## Features
         
     | 
| 
         | 
|
| 79 | 
         | 
| 80 | 
         
             
            3. Run the script to start the melody generation and playback (default is web interface):
         
     | 
| 81 | 
         | 
| 82 | 
         
            +
            - Access the web interface at [http://127.0.0.1:7860/](http://127.0.0.1:7860/).
         
     | 
| 83 | 
         
            +
             
     | 
| 84 | 
         
             
            ```bash
         
     | 
| 85 | 
         
             
            make run
         
     | 
| 86 | 
         
             
            ```
         
     |