https://github.com/brandenvs/ai-summarizer
https://github.com/brandenvs/ai-summarizer
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/brandenvs/ai-summarizer
- Owner: brandenvs
- Created: 2023-10-24T12:06:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-25T16:26:39.000Z (over 1 year ago)
- Last Synced: 2025-02-01T14:33:24.486Z (4 months ago)
- Language: HTML
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GRASP AI
> Prototype v0.1Grasp-AI is an intuitive platform that leverages Artificial Intelligence to offer comprehensive insights into complex documents. This versatile platform serves dual purposes,
offering both concise document summarization and swift, precise document search capabilities. Users can effortlessly query their documents, which will be seamlessly integrated
with a state-of-the-art Natural Language Processing Model.## First Milestone (v0.1)
The first milestone will include basic implementation of Grasp-AI with some functional features such as uploading PDF documents,
NLP modal processing of PDF documents and search results based on similarities between existing entities.## Functional Requirements
### FIRST MILESTONE
1. [COMPLETE] Setup a NEW Django Project.
2. [COMPLETE] Create & Implement USERS application.
3. [COMPLETE] Create & Implement DASHBOARD application.
a. [COMPLETE] Implement PDF UPLOADER.
b. [COMPLETE] Implement PDF READER.
c. [COMPLETE] Implement NLP which will SUMMERIZE based on context from the PDF document.## Non-Functional Requirements
### FIRST MILESTONE
1. Purchase Domain: grasp-ai.com.
2. Setup Virtual Private Server for Hosting.
3. Setup GitHub Remote Project Repositories.