Skip to content

moforsharon/pdf-ai-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Powered Document Question Answering Frontend

This repository contains the frontend code for an AI-powered document question-answering system. The frontend allows users to upload PDF documents and ask questions about their content. The backend processes the documents, extracts text, and uses natural language processing to provide answers to the users' questions.

Features

  • PDF Upload: Users can upload PDF documents to the system.
  • Ask Questions: Users can ask questions about the content of the uploaded documents.
  • Display Answers: The system provides answers to the questions based on the document content.

Project Structure

ai-planet-frontend/
├── public/
│   ├── logo192.png
│   ├── logo512.png
│   ├── manifest.json
│   ├── robots.txt
├── src/
│   ├── assets/
│   ├── components/
│   ├── pages/
│   ├── services/
│   ├── App.css
│   ├── App.js
│   ├── App.test.js
│   ├── index.css
│   ├── index.js
│   ├── logo.svg
│   ├── reportWebVitals.js
│   ├── setupTests.js
├── .gitignore
├── LICENSE
├── package-lock.json
├── package.json
├── postcss.config.js
├── README.md
├── tailwind.config.js

Requirements

  • Node.js
  • npm (Node Package Manager)
  • React
  • Tailwind CSS

Setup Instructions

1. Clone the Repository

git clone https://github.com/AI-planet-Project/ai-planet-frontend.git
cd ai-planet-frontend

2. Install Dependencies

npm install

3. Start the Development Server

npm start

The application will be available at http://localhost:3000.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

 
 
 

Contributors