-
Notifications
You must be signed in to change notification settings - Fork 127
Getting started with ALwrity AI writer
Step 0οΈβ£: Pre-requisites: Git, Python3
Installing Python on Windows:ππͺ
-
Open PowerShell as admin: Press
Windows Key + X
, then select "Windows PowerShell (Admin)". -
Type
python
. If Python is not installed, Windows will prompt you to 'Get Python'. -
If Python is installed, you should see '>>>>>'.
Installing Git on Windows:πΊ
-
Open PowerShell or Windows Terminal: Press
Windows Key + X
, then select "Windows Terminal". -
Paste or type and press enter:β.β.
winget install --id Git.Git -e --source winget
-
Wait for download bars to finish
Note for Linux Users: If you're on Linux and can't install these, hmmmmmm π§βοΈ
Step 1οΈβ£: Clone this repository to your local machine.
To clone the repository to your local machine, perform the following steps:
1. **Open Windows PowerShell as Administrator:** Press `Windows Key + X` and select "Windows PowerShell (Admin)" from the menu.
2. **Navigate to the Desired Directory:** Use the `cd` command to move to the directory where you want to clone the repository.
3. **Clone the Repository:** Run the following command in PowerShell to clone the repository:
`git clone https://github.com/AJaySi/AI-Writer.git`
This command will download all the files from the repository to your local machine.
4. **Verify the Clone:** After the cloning process is complete, navigate into the newly created directory using:
`cd AI-Writer`
Once you've cloned the repository, you can proceed with the next steps for installation and setup.
Step 2οΈβ£: Install required dependencies:
- Open the command prompt on your local machine: Press
Windows Key + R
, typecmd
, then press Enter. - Navigate to the folder from Step 1
- Run:
pip install -r requirements.txt
Step 3οΈβ£: Run the script:
- Execute:
streamlit run alwrity.py
Step 4οΈβ£: The tool will guide you through setting up your APIs.
Step 1οΈβ£: Fork this repository to your own GitHub account.
Step 2οΈβ£: Follow this guide: Running GitHub Repositories on Replit π