Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,28 @@
|
|
1 |
-
|
2 |
title: BELLA
|
3 |
emoji: 🐠
|
4 |
colorFrom: red
|
5 |
colorTo: green
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
-
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
title: BELLA
|
3 |
emoji: 🐠
|
4 |
colorFrom: red
|
5 |
colorTo: green
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
8 |
|
9 |
+
# Biosecurity Analyzer
|
10 |
+
|
11 |
+
This is a Biosecurity Analyzer application designed to assist students, researchers, and professionals in the field of biosecurity.
|
12 |
+
|
13 |
+
## Features
|
14 |
+
|
15 |
+
- Analyze text content using Gemini API.
|
16 |
+
- Extract text from PDFs and images.
|
17 |
+
- Scrape text content from websites.
|
18 |
+
- Fetch Google search results using SERP API.
|
19 |
+
|
20 |
+
## How to Use
|
21 |
+
|
22 |
+
1. Enter your query in the chat.
|
23 |
+
2. Upload files (PDF, JPG, JPEG, PNG) for analysis.
|
24 |
+
3. Toggle Google Search and Researcher Mode as needed.
|
25 |
+
|
26 |
+
## Deployment
|
27 |
+
|
28 |
+
This application is deployed on Hugging Face Spaces using Docker.
|