Skip to content

sprakshith/LLM-Evaluation

Repository files navigation

Setup Procedure

  1. Navigate to the directory where you want to set up this project.

  2. Open cmd/bash and run the below command:
    On Mac/Win: git clone https://github.com/sprakshith/LLM-Evaluation.git

  3. Now create a virtual enviroment.
    On Mac: python3 -m venv ./venv
    Example: python3 -m venv ./venv

    On Win: python -m venv "[Path to Project Directory]\[NAME_OF_VIRTUAL_ENV]"
    Example: python -m venv "D:\LLM-Evaluation\venv"

  4. To activate the venv run the below command.
    On Mac: source venv/bin/activate
    On Win: venv\Scripts\activate.bat

  5. To install all the requirements run the below command. Execute this command whenever there is a change in requirements.txt file.
    On Mac/Win: pip install -r requirements.txt
  6. Run the command python -m app.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published