19
19
20
20
## 📚 Tech Stack
21
21
22
- - ** Frontend** : Next.js, React, Tailwind CSS, Shadcn/ui
23
- - ** Backend** : Node.js, Google Gemini, Pinecone, Vercel AI SDK
24
- - ** APIs** : Hugging Face Inference API for natural language processing
25
- - ** Deployment** : Vercel for serverless deployment
22
+ ![ Frontend] ( https://img.shields.io/badge/Frontend-Next.js-007ACC?style=for-the-badge&logo=next.js&logoColor=white )
23
+ ![ React] ( https://img.shields.io/badge/React-%2361DAFB.svg?style=for-the-badge&logo=react&logoColor=black )
24
+ ![ Tailwind CSS] ( https://img.shields.io/badge/TailwindCSS-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white )
25
+ ![ shadcn/ui] ( https://img.shields.io/badge/shadcn--ui-7952B3.svg?style=for-the-badge )
26
+
27
+ ![ Backend] ( https://img.shields.io/badge/Backend-Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white )
28
+ ![ Google Gemini] ( https://img.shields.io/badge/AI-Google%20Gemini-ff9f00?style=for-the-badge&logo=google )
29
+ ![ Pinecone] ( https://img.shields.io/badge/Vector%20Database-Pinecone-008FF7?style=for-the-badge )
30
+ ![ Vercel AI SDK] ( https://img.shields.io/badge/Vercel%20AI%20SDK-000?style=for-the-badge&logo=vercel )
31
+
32
+ ![ Hugging Face API] ( https://img.shields.io/badge/API-Hugging%20Face-FFD42F?style=for-the-badge&logo=huggingface )
33
+ ![ Deployment] ( https://img.shields.io/badge/Deployment-Vercel-000?style=for-the-badge&logo=vercel )
26
34
27
35
## 🌐 Live Demo
28
36
@@ -43,30 +51,26 @@ To set up the project locally, follow these steps:
43
51
44
52
### Prerequisites
45
53
46
- - Node.js (v18+)
47
- - npm or yarn
54
+ ![ Node.js] ( https://img.shields.io/badge/Node.js-v18%2B-339933?style=for-the-badge&logo=node.js&logoColor=white )
55
+ ![ npm] ( https://img.shields.io/badge/npm-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white )
56
+ ![ Yarn] ( https://img.shields.io/badge/Yarn-%232C8EBB.svg?style=for-the-badge&logo=yarn&logoColor=white )
48
57
49
58
### Installation
50
59
51
60
1 . ** Clone the repository** :
52
61
``` bash
53
62
git clone https://github.com/your-username/medical-report-analyzer.git
54
63
```
55
- cd medical-report-analyzer
56
64
57
- ## Getting Started
58
-
59
- First, run the development server:
65
+ 2 . ** Navigate to the project directory** :
66
+ ``` bash
67
+ cd mediquery
68
+ ```
60
69
61
- ``` bash
62
- npm run dev
63
- # or
64
- yarn dev
65
- # or
66
- pnpm dev
67
- # or
68
- bun dev
69
- ```
70
+ 3 . ** Running the Development Server**
71
+ ``` bash
72
+ npm run dev
73
+ ```
70
74
71
75
Open [ http://localhost:3000 ] ( http://localhost:3000 ) with your browser to see the result.
72
76
0 commit comments