-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README WIP. mp detection. Detection borders check
- Loading branch information
Showing
6 changed files
with
140 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,38 @@ | ||
# Face-Music-Control | ||
# Face Music Control | ||
|
||
Face Music Control is a python program that allows you to control the sound of a musical instrument using facial expression emotion recognition. | ||
|
||
[Кликните, чтобы прочитать этот документ на русском](README.ru.md) | ||
|
||
## Requirements | ||
|
||
An obvious requirement is having a camera on your computer | ||
|
||
### Libraries | ||
The command to install all the required libraries: | ||
|
||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
### Virtual MIDI port driver **(Windows only)** | ||
Windows requires a driver to be installed to create virtual MIDI ports. Possible solutions: | ||
* [LoopBe1](https://www.nerds.de/en/download.html) | ||
<br> Once LoopBe1 is installed a virtual MIDI port will be on your computer until the driver is uninstalled. | ||
* [loopMIDI](https://www.tobias-erichsen.de/software/loopmidi.html) | ||
<br> It is a program that allows manipulating virtualMIDI driver that comes with loopMIDI. If you chose loopMIDI over LoopBe1 for a virtual MIDI port to be on your computer the loopMIDI must be running | ||
|
||
|
||
**If you use linux or macOS, Face Music Control creates virtual MIDI ports by itself and third-party drivers are not needed** | ||
|
||
<!-- | ||
## Использование | ||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
Please make sure to update tests as appropriate. | ||
--> | ||
## License | ||
Garri Proshian © [MIT](https://choosealicense.com/licenses/mit/) 2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Face Music Control | ||
|
||
Face Music Control — это python программа, позволяющая управлять звучанием музыкального инструмента с помощью распознавания эмоций по лицеовой экспрессии. | ||
|
||
[Click here for this document in English](README.md) | ||
|
||
|
||
## Запуск и требования для работы программы | ||
|
||
Чтобы установить все необходимые библиотеки, необходимо выполнить команду: | ||
|
||
```bash | ||
pip install -r requirements.txt | ||
``` | ||
|
||
Для Windows требуется установить драйвер для создания виртуальных MIDI портов. Возможные решения: | ||
* [LoopBe1](https://www.nerds.de/en/download.html) | ||
* virtualMIDI в составе [loopMIDI](https://www.tobias-erichsen.de/software/loopmidi.html) | ||
|
||
**Если вы используете linux или macOS, Face Music COntrol сам создает виртуальные миди порты, и сторонние драйверы не нужны** | ||
|
||
## Использование | ||
|
||
<!-- | ||
## Contributing | ||
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. | ||
Please make sure to update tests as appropriate. | ||
## License | ||
[MIT](https://choosealicense.com/licenses/mit/) | ||
--> | ||
## Лицензия | ||
Garri Proshian © [MIT](https://choosealicense.com/licenses/mit/) 2020 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters