WIP- Try AI-Writer and Web research; working. Working on usuability aspects.

This commit is contained in:
AjaySi
2024-03-03 08:12:07 +05:30
parent 73aa7fff5a
commit 44b3a8abab

View File

@@ -7,17 +7,27 @@ This toolkit automates and enhances the process of blog creation, optimization,
To use this tool, follow these steps: To use this tool, follow these steps:
1. Clone this repository to your local machine (Take google's help, if this sentence makes less sense). ### Option 1: Local laptop Install: (I know what I am doing..)
2. Install the required dependencies using. Step 1. Clone this repository to your local machine (Take google's help, if this sentence makes less sense).
Step 2. Install the required dependencies using:<br>
On your local machine's command prompt, navigate to the folder where you completed Step 1. On your local machine's command prompt, navigate to the folder where you completed Step 1.
Now Run the below command: Now Run the below command:<br>
`pip install -r requirements.txt` `pip install -r requirements.txt`
3. Run the script by executing `python alwrity.py`. Step 3. Run the script by executing `python alwrity.py`.
4. Once the tools is running it will guide/ask for your APIs. It will provide you with links to sign for APIs. Step 4. Once the tools is running it will guide/ask for your APIs. It will provide you with links to sign for APIs.
---
### Option 2: Cloud install: (I just want to write blogs..)
Step 1). Make efforts to fork this present repo into your own accounts.
Step 2). Follow this guide: <br>
https://docs.replit.com/programming-ide/using-git-on-replit/running-github-repositories-replit
---
## Features ## Features
- **Online Research Integration**: Enhances blog content by integrating insights and information gathered from online research, ensuring the content is informative and up-to-date. This gives context for generating content. Tavily AI, Google search, serp and Vision AI is used to scrape web data for context augumentation. TBD: Include CrewAI for web research agents. - **Online Research Integration**: Enhances blog content by integrating insights and information gathered from online research, ensuring the content is informative and up-to-date. This gives context for generating content. Tavily AI, Google search, serp and Vision AI is used to scrape web data for context augumentation. TBD: Include CrewAI for web research agents.