Skip to content

application for evaluating hcx models (incl. llm and human eval)

Notifications You must be signed in to change notification settings

joonha-jeon/naver_eval

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.


๐Ÿš€ Getting Started

Follow these steps to set up and run this project locally:

1. Set Up a Virtual Environment (Recommended)

To keep dependencies isolated, it's recommended to use a virtual environment.

(1) Create a Virtual Environment

python3 -m venv myenv

(2) Activate the Virtual Environment

source myenv/bin/activate   # For macOS/Linux
# .\myenv\Scripts\activate  # For Windows

2. Clone the Repository

First, clone this repository to your local machine:

git clone https://github.com/Eunbi-Cho/naver_eval.git
cd naver_eval

3. Install Dependencies

Make sure you have Node.js installed (version 16 or later is recommended). Install the required packages using one of the following commands:

(1) For Node.js Projects

npm install next react react-dom

(2) For Python Projects

If a requirements.txt file is present, install Python dependencies with:

pip install -r requirements.txt

This will download and set up all the dependencies listed in the respective files.


4. Start the Development Server

Run the development server with one of these commands:

npm run dev

Once the server starts, open your browser and visit:

http://localhost:3000

Here, you can see the project in action. Any changes you make to the code will automatically reflect on the page.


Dependencies Not Installed Correctly

If the project doesn't start due to missing packages, try deleting the node_modules folder and package-lock.json file, then reinstall dependencies:

rm -rf node_modules package-lock.json
npm install

About

application for evaluating hcx models (incl. llm and human eval)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.7%
  • HTML 10.6%
  • JavaScript 2.4%
  • CSS 1.3%