Skip to content

lailo/startup-crew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

StartUp Crew

Using CrewAI to validate startup ideas from different points of view.

Ollama

This project includes an Ollama stack for running local LLMs and a web UI for interaction.

Setup

  1. Copy the environment template:

    cp ollama/.env.template ollama/.env

    Edit ollama/.env to adjust ports, model name, or other settings as needed.

  2. Start the stack:

    cd ollama
    ./run.sh

    This script will:

    • Load environment variables from .env
    • Start the required Docker Compose services
    • Wait for Ollama to be ready
    • Pull the specified model (from $OLLAMA_MODEL in .env)
    • Tail the logs for all services
    • Automatically stop and clean up services when you exit the script (Ctrl+C)

Services

Stopping

  • Press Ctrl+C in the terminal running run.sh to stop all services and clean up.

About

Using CrewAI to validate startup ideas from different points of view.

Topics

Resources

Stars

Watchers

Forks