Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 922 Bytes

File metadata and controls

32 lines (23 loc) · 922 Bytes

Sentence Transformers Poetry Project

This project is designed to help you learn and understand sentence transformers through the beauty of poetry.

Description

This project uses the power of sentence transformers. It's a great way to learn about natural language processing and machine learning.

Installation

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository to your local machine:

    git clone https://github.com/emadgit/learn-sentence-transformers.git
    
  2. Navigate to the project directory:

    cd <project_directory>
    
  3. Install the project dependencies using Poetry:

    poetry install
    
  4. To run the project, use the following command:

    poetry run start
    

This will start the application. Follow the on-screen instructions to interact with the project.