- 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
!
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)
-
Clone the repository:
git clone https://github.com/yourusername/llm-kruba-mudeng.git cd llm-kruba-mudeng
-
Navigate to the backend directory:
cd backend
-
Install dependencies:
poetry install
-
Configure the environment variables:
Create a
.env
file in thebackend
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. -
Run the backend server:
poetry run uvicorn main:app --reload
-
Navigate to the frontend directory:
cd ../frontend
-
Install dependencies:
bun install
-
Run the frontend server:
bun run dev