iyaja / llama-fs

A self-organizing file system with llama 3
MIT License
4.49k stars 259 forks source link

how to run the app #19

Open paulakhalil opened 1 month ago

paulakhalil commented 1 month ago

i did pip install -r requirements.txt successfully. now what? how do i run the app?

bzanghi commented 1 month ago

I can't fully get it working, but a good start would be:

  1. In the terminal: fastapi dev server.py
  2. Go to the API docs: https:/127.0.0.1:8000/docs
  3. On the "batch" route update the parameters I.e. Try it out > update the path Update incognito=true (if you want to use ollama)
BrainRTP commented 1 month ago

It seems time to do a normal description of the project startup process with use cases

OtenMoten commented 1 month ago

Please create a tutorial and graphical user interface!

Enferlain commented 4 weeks ago

Yeah I don't really get how this has 3.5k stars but barely any instructions for achieving the use case. And "ollama pull moondream" doesn't work on windows

vnl commented 1 day ago

Set Up the GUI Application

  1. Navigate to the Electron React app directory: cd electron-react-app
  2. Ensure you have npm (Node Package Manager) installed.
  3. Install the necessary dependencies: npm install
  4. Start the desktop application: npm start

I am having issues running the Electron app, but I am hoping others have better luck.