M. Mert Yildiran

Results 101 comments of M. Mert Yildiran

@iguanen it's because Dragonfire is already installed with `deeppavlov==0.7.1` dependency. So first run `make pip-uninstall` or `make dev-pip-uninstall` to remove Dragonfire and then run `make install` to reinstall it.

@MariaAlpaki can't because a pre-trained model only supports `tensorflow==1.0.0`. Maybe you can find a solution and contribute to the source code?

@karthikindia [this line](https://github.com/DragonComputer/Dragonfire/blob/master/dragonfire/utilities.py#L173-L178) handles the TTS. We use `slt` voice and these are the available voices of `flite`: http://www.festvox.org/flite/packed/flite-2.0/voices/ Feel free to add a command line argument to Dragonfire to...

@Yamakaky you are right, porting this virtual assistant to other distros is a very crucial task. We seek other people's(for example yours) help for this task. Feel free to add...

@ddeath actually it's included in [this line](https://github.com/DragonComputer/Dragonfire/blob/master/setup.py#L30) and [this line](https://github.com/DragonComputer/Dragonfire/blob/master/setup.py#L48). Probably something bad happened on the installation before getting to that stage. Could you please try to install it with...

@beew Dragonfire requires `tensorflow==1.0.0` because a neural network model that trained which by used Dragonfire requires `tensorflow==1.0.0`. But recently TensorFlow broke something about their version `1.0.0` and I don't have...

@dsimon28 try [1.2.0](https://github.com/DragonComputer/Dragonfire/tree/1.2.0) for fixed/removed dependencies.

@genikineg because of the latest commit https://github.com/DragonComputer/Dragonfire/commit/4c0e873e0bee3553bf14dfb1dded85e7fa515434 I'm gonna fix it on the weekend.

Temperature part implemented with 0a93a8e770049852780067dee0f515f3fb50d24f