The AI powered platform for supporting precision LDS processes.
- Clone the repository
- Install Poetry
- Install dependencies with
poetry install
- Add your FURTHRMIND_API_KEY to the
.env
file:FURTHRMIND_API_KEY=your_api_key
- Activate the virtual environment with
poetry shell
- Start CogniForge with
streamlit run cogniforge/Home.py