README / README.md
kimsungwook's picture
Update README.md
f70fba5 verified
|
raw
history blame
43.2 kB
padding: 10px; box-sizing: border-box; }
    .card {
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        text-align: left;
        box-sizing: border-box;
    }

    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .logo img {
        width: 300px;
        /* 이미지 가로 고정 */
        height: 150px;
        /* 이미지 세로 고정 */
        object-fit: contain;
        /* 이미지 비율 유지 */
    }

    .title {
        font-size: 1.4em;
        font-weight: bold;
        color: #555;
        margin-bottom: 20px;
        word-wrap: break-word;
    }

    .description {
        font-size: 1.2em;
        color: #555;
        margin-bottom: 20px;
        word-wrap: break-word;
    }

    .link {
        background-color: #007bff;
        color: white;
        display: inline-block;
        transition: background-color 0.3s;
    }

    .link:hover {
        background-color: #0056b3;
    }
</style>
Leading the Industry with the First Integrated Hardware and Software LLM Solution for Maximum Efficiency
We are shaping the future of AI by creating smarter data systems and enabling long-term memory in intelligent models. Our innovative solutions make AI more efficient and powerful, bringing us closer to the vision of personal AGI.
Seahorse™ : a high-performance vector database
Meet a revolutionary vector database engineered for exceptional performance and efficiency. Powered by Dnotitia's proprietary Vector Data Processing Units (VDPU), Seahorse transforms complex data into actionable insights and processes them at unprecedented speeds. It seamlessly integrates with diverse data types, delivering accurate, real-time results that redefine what's possible in AI-driven data management.
Mnemos™ : Personal LLM
    <div class="description">
        Discover Mnemos, a standalone system designed to efficiently run large language models (LLMs) on edge
        environments without the cloud. By leveraging Dnotitia’s LLM optimization and RAG technologies, Mnemos
        tackles the challenges of high AI costs and data security concerns, delivering powerful LLM services with
        minimal GPU/NPU resources—making it an ideal solution for efficient AI deployment at the edge.
    </div>
    <div class="title">
        DNA : Language Model
    </div>
    <div class="description">
        DNA is a state-of-the-art (SOTA) bilingual language model based on Llama architecture, specifically
        optimized for Korean language understanding and generation, while also maintaining strong English
        capabilities.
    </div>
</div>