Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.42 KB

File metadata and controls

69 lines (49 loc) · 1.42 KB

LLM Kruba Moodeng Transcript Generator

  • This purpose project is to generate transcript follow the pattern of Kruba-Heng Helping Moo-Deng Videos.
  • for someone who want to be famous like Kruba-Heng.
  • It stupid I knew it.

Note

This project is a part of the Stupid Hackathon 8.125 X KMUTT !

Quickstart Guide

Prerequisites

Make sure you have the following installed on your system:

  • Python 3.10 or higher
  • Node.js and npm (I use bun tho)
  • Poetry (for managing Python dependencies)

Backend Setup

  1. Clone the repository:

    git clone https://github.com/yourusername/llm-kruba-mudeng.git
    cd llm-kruba-mudeng
  2. Navigate to the backend directory:

    cd backend
  3. Install dependencies:

    poetry install
  4. Configure the environment variables:

    Create a .env file in the backend directory and add the following content:

    TYPHOON_CHAT_KEY=your-typhoon-chat-key

    Replace your-typhoon-chat-key with your actual Typhoon Chat API key.

  5. Run the backend server:

    poetry run uvicorn main:app --reload

Frontend Setup

  1. Navigate to the frontend directory:

    cd ../frontend
  2. Install dependencies:

    bun install
  3. Run the frontend server:

    bun run dev