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/
- Host: GitHub
- URL: https://github.com/ninest/essay-analyzer
- Owner: ninest
- Created: 2023-06-17T20:03:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-02T15:41:41.000Z (over 2 years ago)
- Last Synced: 2025-01-07T14:24:08.364Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).