Skip to content

microhum/Kruba_Transcript_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

SHiT 8.125 X KMUTT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published