https://github.com/userconcept/nlp-web-analyzer-backend
API backend for NLP Web Analyzer
https://github.com/userconcept/nlp-web-analyzer-backend
Last synced: 4 months ago
JSON representation
API backend for NLP Web Analyzer
- Host: GitHub
- URL: https://github.com/userconcept/nlp-web-analyzer-backend
- Owner: userconcept
- Created: 2025-11-10T04:18:51.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-18T07:25:58.000Z (7 months ago)
- Last Synced: 2025-11-18T09:17:13.731Z (7 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nlp-web-analyzer
NLP Web Analyzer - NLP-powered tool for automatic web content analysis.
## About project
The program extracts text from web pages, recognizes keywords and entities, determines sentiment, classifies information, and generates reports on website content. It is ideal for SEO analysis, brand reputation monitoring, and web content research.
## Basic commands
Install dependencies:
`npm i`
Start development:
`npm run dev`