An open API service indexing awesome lists of open source software.

https://github.com/ninest/essay-analyzer

https://analyzer-one.vercel.app/
https://github.com/ninest/essay-analyzer

Last synced: over 1 year ago
JSON representation

https://analyzer-one.vercel.app/

Awesome Lists containing this project

README

          

# Essay Analyzer

Tools to help improve essays. Demo at https://analyzer-one.vercel.app/

## Development

Clone the repository, then create an virtual environment with

```bash
python -m venv venv
source env/bin/activate
pip install -r requirements.txt

# Run program with
python -m analyzer
```

## API

The API function is in the `api/` folder and is hosted on vercel at [essay-analyzer.vercel.app/api](https://essay-analyzer.vercel.app/api).