From 2eea7082ccd43e5ac38b1e348496ad63707a0812 Mon Sep 17 00:00:00 2001 From: ravi-prakash1907 <1907prakash.ravi@gmail.com> Date: Mon, 25 Sep 2023 13:31:42 +0530 Subject: [PATCH] updates --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0640906..21a9124 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,16 @@ To get started with _dyPixa,_ follow these steps: > ``` 2. Install Dependencies: - -> Install the required Python libraries by running: -> -> ```sh -> $ pip install -r requirements.txt -> ``` -> -> Download Pre-trained Models _(applicable in future as the project grows):_ +> - Install the required Python libraries by running: +> ```sh +> $ pip install -r requirements.txt +> ``` +> - Download Pre-trained Models _(applicable in future as the project grows):_ > Depending on the project's requirements, you might need to download pre-trained models for sentiment analysis or color combination generation. Check the project documentation for instructions on acquiring these models. 3. Run/Enhance the Project: -> Follow the project-specific instructions in the documentation _(to be updated)_ to use _dyPixa_ for text analysis, color combination generation, abstract image creation, and text overlay. Once you are inthe working directory, i.e., `./dyPixa`; you can also start enhancing the code. Being open-source, maintainers would :heart: to merge your contributions. +> - Follow the project-specific instructions in the documentation _(to be updated)_ to use _dyPixa_ for text analysis, color combination generation, abstract image creation, and text overlay. Once you are inthe working directory, i.e., `./dyPixa`; you can also start enhancing the code. Being open-source, maintainers would :heart: to merge your contributions. ## Usage