This is a AI based content creation tool that does the manual time consuming task like editing keyword research content scripting etc.. and allow creators to be creative.
-
Create a virtual environment:
Open your command line interface (CLI) and navigate to the project directory. Then, run the following command to create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
Open Command Prompt or PowerShell and run:
.\venv\Scripts\activate
-
On macOS and Linux:
Open Terminal and run:
source venv/bin/activate
-
-
Install dependencies:
With the virtual environment activated, install the required Python packages:
pip install -r requirements.txt
-
Run the backend server:
Start the backend server by running:
python backend/app.py
-
Navigate to the frontend directory:
Use the CLI to change to the frontend directory:
cd frontend/my-app -
Install dependencies:
Install the necessary Node.js packages:
npm install
-
Run the frontend server:
Start the frontend development server:
npm start
Explain how to use your application, including any important endpoints or features. For example, you might describe how to upload a video for transcription or how to access the video background removal feature.