Coder Social home page Coder Social logo

bonyuta0204 / draftdoctor Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.09 MB

AI-powered writing assistant to review and improve your drafts effortlessly.

License: MIT License

Python 47.98% JavaScript 3.43% HTML 3.21% CSS 5.08% TypeScript 34.14% Dockerfile 5.38% Shell 0.79%

draftdoctor's Introduction

DraftDoctor

AI-powered writing assistant to review and improve your drafts effortlessly.

Table of Contents

Features

  • Document review: Checks for grammar, style, and clarity

Prerequisites

  • Python 3.x
  • Node.js
  • Docker (optional)

Installation

Direct Installation

What you'll install

  • Poetry for Python package management
  • Python dependencies from `pyproject.toml`
  • Volta for JS runtime management
  • Node.js dependencies
  • Django database migrations
  1. Install Poetry

    curl -sSL https://install.python-poetry.org | python3
  2. Poetry Install

    poetry install
  3. Install Volta

    curl https://get.volta.sh | bash
  4. Yarn Install

    yarn install
  5. Django Migration

    poetry run python manage.py migrate

Using Docker Compose

  1. Docker Compose Up
    docker compose up

Usage

Directly Running the Application

Frontend

  1. Start the Vite development server.
    yarn dev

Backend

  1. Run the Django development server.
    poetry run python manage.py runserver

License

This project is released under the MIT License for both frontend and backend components.

draftdoctor's People

Contributors

bonyuta0204 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.