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
- Python 3.12 or higher
- Poetry for dependency management
-
Clone the repository:
git clone <repository-url> cd ShareYourCloning_copilot
-
Install dependencies using Poetry:
poetry install
-
Install pre-commit hooks:
poetry shell pre-commit install
-
Create a
creds.json
file in the root directory with your Wit.ai access token:{ "wit_access_token": "YOUR_WIT_ACCESS_TOKEN" }