The NLP-FL repository is used to implement an AI model that generats Scalable Vector Graphics (SVG) from text. This model aims to provide an easy and efficient way to create SVG files, making it useful for various applications such as web design, graphic design, and data visualization.This model will avalable on 🤗
- Text to SVG: Easy way to generate SVG from given prompt.(coming soon on 🤗)
- Web-Based Interface: Access the tool through a user-friendly web interface.(coming soon)
- Command-Line Interface: Use the tool from the command line for scripting and automation.(coming soon)
- Python 3.11.+
- Pytorch 2.*+
-
Clone this repository:
git clone https://github.com/wivve/NLP-FL.git
-
Change into the project directory:
cd NLP-FL
-
Install the required Python packages:
pip install -r requirements.txt
-
Start the training on cli:
python train.py --model /path/to/file --dataset /dataset/x /dataset/y
Coming soon ...
Coming soon ...
We welcome contributions to the Text to SVG project. If you would like to contribute, please follow these steps:
-
Fork the repository to your own GitHub account.
-
Clone the forked repository to your local machine.
-
Create a new branch for your feature or bug fix.
-
Make your changes and test them thoroughly.
-
Commit your changes with clear and concise commit messages.
-
Push your changes to your GitHub fork.
-
Create a pull request from your fork to the main repository.
-
Our team will review your pull request and provide feedback.
This project is licensed under the MIT License - see the LICENSE file for details.