Skip to content

dgruano/ShareYourCloning_copilot

Repository files navigation

Share Your Cloning Copilot

Overview

Share Your Cloning Copilot is a project designed to serve as a molecular cloning companion within the open source cloning app ShareYourCloning

For now, it utilizes the Wit.ai, natural language processing platform to interpret user requests and generate SYC sources with the appropriate data model structure.

Share Your Cloning Copilot is currently under heavy development

Installation

Prerequisites

  • Python 3.12 or higher
  • Poetry for dependency management

Steps

  1. Clone the repository:

    git clone <repository-url>
    cd ShareYourCloning_copilot
  2. Install dependencies using Poetry:

    poetry install
  3. Install pre-commit hooks:

    poetry shell
    pre-commit install
  4. Create a creds.json file in the root directory with your Wit.ai access token:

    {
        "wit_access_token": "YOUR_WIT_ACCESS_TOKEN"
    }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published