Spaces:
Sleeping
Sleeping
kamalaak
commited on
Commit
·
9370093
1
Parent(s):
0e86d93
reorganized files for hugging face stream
Browse files- app/agentic_handler.py → agentic_handler.py +0 -0
- app/README.md +0 -3
- app/requirements.txt +0 -4
- app/main.py → streamlit_app.py +2 -2
- app/utils.py → utils.py +0 -0
app/agentic_handler.py → agentic_handler.py
RENAMED
File without changes
|
app/README.md
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
# TNPSC Tamil Assistant
|
2 |
-
|
3 |
-
AI-powered form filling assistant in Tamil using AgenticSeek, deployed with Streamlit on Hugging Face Spaces.
|
|
|
|
|
|
|
|
app/requirements.txt
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
streamlit
|
2 |
-
fpdf
|
3 |
-
agenticseek @ git+https://github.com/Fosowl/agenticSeek.git
|
4 |
-
|
|
|
|
|
|
|
|
|
|
app/main.py → streamlit_app.py
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
-
from
|
3 |
-
from
|
4 |
|
5 |
st.title("📝 TNPSC தமிழில் உதவியாளர்")
|
6 |
|
|
|
1 |
import streamlit as st
|
2 |
+
from agentic_handler import run_agenticseek
|
3 |
+
from utils import generate_pdf
|
4 |
|
5 |
st.title("📝 TNPSC தமிழில் உதவியாளர்")
|
6 |
|
app/utils.py → utils.py
RENAMED
File without changes
|