rajsecrets0 commited on
Commit
276990c
·
verified ·
1 Parent(s): 690c85a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
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
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.