Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIDIT

Overview

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.

Setup Instructions

Backend

  1. 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
  2. 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
  3. Install dependencies:

    With the virtual environment activated, install the required Python packages:

    pip install -r requirements.txt
  4. Run the backend server:

    Start the backend server by running:

    python backend/app.py

Frontend

  1. Navigate to the frontend directory:

    Use the CLI to change to the frontend directory:

    cd frontend/my-app
  2. Install dependencies:

    Install the necessary Node.js packages:

    npm install
  3. Run the frontend server:

    Start the frontend development server:

    npm start

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages