Skip to content

Commit 542166f

Browse files
Merge pull request #13 from rahulgithub-web/rahulgithub-web-patch-10
Update README.md
2 parents a784d1b + 2ccfaac commit 542166f

File tree

1 file changed

+23
-19
lines changed

1 file changed

+23
-19
lines changed

README.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@
1919

2020
## 📚 Tech Stack
2121

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)
2634

2735
## 🌐 Live Demo
2836

@@ -43,30 +51,26 @@ To set up the project locally, follow these steps:
4351

4452
### Prerequisites
4553

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)
4857

4958
### Installation
5059

5160
1. **Clone the repository**:
5261
```bash
5362
git clone https://github.com/your-username/medical-report-analyzer.git
5463
```
55-
cd medical-report-analyzer
5664

57-
## Getting Started
58-
59-
First, run the development server:
65+
2. **Navigate to the project directory**:
66+
```bash
67+
cd mediquery
68+
```
6069

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+
```
7074

7175
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
7276

0 commit comments

Comments
 (0)