Data Generator App with Cohere API
Are you struggling with not enough data to train your model? This app is for you! This app generates data for you using the Cohere API. You can generate data for text classification, text generation, and text summarization tasks. You can also generate data for multiple languages.
To get started, create a virtual environment and activate it:
virtualenv venv
source venv/bin/activate
Create a local environment file (.env
) and add your huggingface API key:
COHERE_API=your_cohere_api_key
Next, install the required dependencies using pip:
pip install -r requirements.txt
Now, you can run the application:
gradio app.py
This will start the application, allowing you to start generate your data.
Once the application is up and running, you can interact with the generator through a web interface.