Le Tigre integrates speech recognition, vision, and text-to-speech capabilities to offer a comprehensive multimodal AI solution. It can process and interpret audio inputs, detect and analyze visual elements, and generate descriptive and contextual text outputs, all in real time. This project was built in 24h during the Celebral Valley X Mistral AI hackathon. Check out the project on Devpost!
Le.Tigre.1.mp4
- Mistral AI
- Ollama
- Langchain
- Weight & Biaises
- Huggingface
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
You will need to install a few stuff. Because we lost the access to the ssh server with GPU, the fine tuned model weight are lost. But you can still use it with a local LLM via Ollama. We tried with the Mistral 7B v0.3 model
- first install some python libraries. I recommend you to create a new virtualenv.
pip install -r requirements.txt
- optional: we used langchain which allows you to switch between a lot of LLMs. If you want to use local models with Ollama, run the following command to install it. But feel free to modify the backend if you want to switch LLMs provider. Also beware of models specific instruction tokens
ollama pull mistral:v0.3
- if you want to use it with the IOS app, you will have to get a openai api key to setup whisper stt and a eleven labs api key for stt.
After installing all the prerequisites and the LLM, you will have to setup the backend
- Get OpenAI api key and Eleven Labs api key for the voice part of the ios app
- Run the flask backend
python main.py
- make sure to update the IOS app server_url
- Build the IOS app with Xcode
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Hugo Le Belzic - @hugolb05 - hlebelzic@ef.stationf.co
Darya Todoskova Zorkot - @linkedin - zorkotdasha@gmail.com