Skip to content

How to Use

Nomisia is very fast-forward and easy to use. It provides a simple and easy-to-use interface to run AI models without any hassle. Start running AI models on your local machine with Nomisia using the below commands.

Run Nomisia

To run Nomisia on your machine, you can use the following command.

Terminal window
nomisia run [model-name]

Model names are listed in the Models page. For example, to run the playground model, you can use the following command.

Terminal window
nomisia run playground

Check Logs

You can see the logs and the output of the model in terminal, running the below commands.

To check the logs of the Gradio interface, you can use the following command.

Terminal window
nomisia log gradio [model-name]

To check the logs of the API, you can use the following command.

Terminal window
nomisia log api [model-name]

Stop Nomisia

To stop an AI model running on your machine, you can use the following command.

Terminal window
nomisia stop [model-name]