DocAssist AI-UI is the user interface for the DocAssist project, designed to assist doctors in analyzing blood reports using AI-driven insights. This UI allows users to upload PDF or Enter Values of blood test results for automatic processing and interpretation.
- Upload blood test reports in PDF format.
- AI-powered analysis of blood test parameters.
- Intuitive and user-friendly interface.
- Visual representation of test results.
- Secure and efficient processing.
Note: In MainApp.js, update the backend server URL to use the local server: http://127.0.0.1:5000/ instead of the live backend server.
To run the project locally, follow these steps:
Ensure you have the following installed:
- Node.js (for frontend development)
- Python (for backend API, if applicable)
- Git (for cloning the repository)
- Clone the repository:
git clone https://github.com/Neo28A/DocAssist_AI-UI.git
- Navigate to the frontend directory:
cd frontend - Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to:
http://localhost:3000
- Navigate to the backend directory:
cd backend - Install the required dependencies:
pip install -r requirements.txt
- Run the backend server:
python app.py
- Upload a PDF or Enter values of blood report.
- Let the AI analyze the parameters.
- View the results and insights.
- Frontend: React.js
- Backend: Python (Flask)
- Styling: CSS3
Contributions are welcome! To contribute:
- Fork the repository.
- Create a feature branch (
git checkout -b feature-name). - Commit changes (
git commit -m 'Added new feature'). - Push to the branch (
git push origin feature-name). - Open a pull request.
For any questions or suggestions, feel free to reach out!


