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.
- 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.
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
- Node.js
- npm (Node Package Manager)
- React
- Tailwind CSS
git clone https://github.com/AI-planet-Project/ai-planet-frontend.git
cd ai-planet-frontendnpm installnpm startThe application will be available at http://localhost:3000.
Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.
This project is licensed under the MIT License.