Skip to content

fabiomatricardi/Mistral-DesktopApp

Repository files navigation

Mistral-DesktopApp

Streamlit Chat-bot with Mistral.ai free API into a standalone Windows Desktop App

Instructions

  • Clone the repo

  • create the virtual environment

python -m venv venv
  • activate the virtual environment
.\venv\Scripts\activate
  • Install the dependencies
pip install streamlit mistralai streamlit-desktop-app
  • from the terminal with the venv activated, run
streamlit-desktop-app.exe build .\MistralREMOTE.py --name Mistral_Desktop  --pyinstaller-options --onefile --collect-all streamlit --hidden-import mistralai --add-data user.png:. --add-data assistant.png:. -i .\assistant.ico --hidden-import PIL --add-data mistralai.png:. --add-data mistral-banner.png:.

Two new sub-directory will be created:

  • build (building files)
  • dist (our .exe file will be here

The building process

Running the App

About

Streamlit Chat-bot with Mistral.ai free API into a standalone Windows Desktop App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages