| import streamlit as st |
|
|
| |
| |
| |
| |
| |
| |
|
|
| 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` |
| """) |