Skip to content

treeleaves30760/llm_ta

Repository files navigation

Large Language Model TA

This is the project for LLM TA.

Getting Started

First, run the development server:

npm install
npm run dev

Second, run the data process server:

cd data_process_module
conda create -n llm_ta python==3.11
conda activate llm_ta
pip install -r requirements.txt

Open http://localhost:3000 with your browser to see the result.

Usage

You can add your personal documents in documents page, and ask question in Home page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages