iyaja / llama-fs

A self-organizing file system with llama 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to run the app

paulakhalil opened this issue · comments

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

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)

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

Please create a tutorial and graphical user interface!

commented

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

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.

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

Same on MacOS: "command not found: ollama"