Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Project Overview
|
2 |
|
3 |
This project implements a text parsing and information extraction tool using a chat model. The main functionality is encapsulated in the `parse.py` file, which utilizes an API to process text content and extract relevant information based on specified descriptions.
|
|
|
1 |
+
---
|
2 |
+
title: Scrape with ai
|
3 |
+
sdk: streamlit
|
4 |
+
emoji: 📈
|
5 |
+
colorFrom: blue
|
6 |
+
colorTo: blue
|
7 |
+
---
|
8 |
+
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
# Project Overview
|
13 |
|
14 |
This project implements a text parsing and information extraction tool using a chat model. The main functionality is encapsulated in the `parse.py` file, which utilizes an API to process text content and extract relevant information based on specified descriptions.
|