File size: 1,524 Bytes
f1b8a08
 
4a69c12
 
 
 
 
 
f1b8a08
 
 
 
4a69c12
f1b8a08
 
4a69c12
 
 
f1b8a08
4a69c12
 
f1b8a08
4a69c12
 
 
 
 
 
 
f1b8a08
4a69c12
f1b8a08
4a69c12
 
f1b8a08
4a69c12
f1b8a08
4a69c12
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
import streamlit as st

# Temporarily disabled for HF deployment
# from agents import run_pitchpilot
# from red_flags import detect_client_red_flags
# from proposal_scorer import score_proposal
# from rate_calculator import calculate_optimal_rate
# from profile_bio_writer import generate_profile_bio

st.set_page_config(
    page_title="PakFreelance β€” AI Freelance Toolkit",
    page_icon="πŸ‡΅πŸ‡°",
    layout="wide"
)

st.title("πŸ‡΅πŸ‡° PakFreelance - AI Freelance Toolkit")
st.markdown("**Professional AI Toolkit for Pakistani Freelancers**")
st.markdown("*AMD Developer Hackathon 2026 | Track 1: AI Agents*")

st.info("""
πŸš€ **Live Demo Coming Soon!**

This app demonstrates an AI-powered toolkit with:
- βœ… 5-agent Proposal Generator (CrewAI)
- βœ… Red Flag Detection
- βœ… Rate Calculator
- βœ… Proposal Scorer
- βœ… Profile Bio Writer
- βœ… Power Mode (All-in-One)

**Current Status:** Code deployed on GitHub, demo available locally.

**Technologies:** CrewAI, Llama 3.3 70B (via Groq), AMD MI300X, Streamlit
""")

st.markdown("---")
st.markdown("""
### πŸ“‹ Features
1. **Power Mode** - One-click job analysis
2. **Proposal Generator** - AI writes proposals
3. **Red Flag Detector** - Spot scams
4. **Rate Calculator** - Optimal pricing
5. **Proposal Scorer** - Score & improve
6. **Bio Writer** - Professional profiles
7. **Website Analyzer** - Legitimacy check

### πŸ”— Links
- **GitHub:** https://github.com/FaiqaRashid/pakfreelance-ai-agent
- **Live Demo:** Run locally with `streamlit run app.py`
""")