| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cd Moderator
conda env create --prefix moderator --file moderator.yaml
conda activate moderatorInstall diffuser module from GitHub.
chmod +x ./init.sh
bash ./init.shcurl -fsSL https://ollama.com/install.sh | sh
ollama pull llama3export ModeratorWordDir="Input your work dir, the original dir for the clone."First run the command below to start the backend
python main_backend.pyThis will start a backend on flask on http://127.0.0.1:7417/ It will provide several interfaces:
Then you can access http://localhost:7417/index to use the frontend interface.
| Back | FazBrowse Home | New Git URL |