alessiograncini / Mistral-oUI-

A contextual interface visualizer powered by Mistral and MoonDream Vision

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mistral-oUI-

A contextual interface visualizer powered by Mistral and MoonDream Vision

How to run the server

  1. get bun curl -fsSL https://bun.sh/install | bash

  2. get poetry curl -sSL https://install.python-poetry.org | python3 -

  3. cd server then bun install and then poetry install

  4. Run bun start this will run both the servers.

  5. Wait for python server to start, might take a min especially on first run. will look like below <CleanShot 2024-03-24 at 06.22.34@2x.png>

  6. To test you can use this curl script

curl -X POST "http://localhost:8000/upload-image/" -F "file=@path/to/your/dummy/file.jpg"

How to run unity

Please use Unity 2023.2.2f1 Build the scene named "MistralSDK" Or install the .APK in the build folder

About

A contextual interface visualizer powered by Mistral and MoonDream Vision

License:MIT License


Languages

Language:C# 56.9%Language:Python 23.7%Language:HTML 10.3%Language:ShaderLab 4.9%Language:Shell 1.2%Language:HLSL 0.8%Language:JavaScript 0.7%Language:TypeScript 0.7%Language:GLSL 0.4%Language:CSS 0.3%Language:Objective-C++ 0.1%Language:Objective-C 0.1%