Spaces:
Running
Running
metadata
title: PersonalChatbot
emoji: π
colorFrom: red
colorTo: red
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: false
short_description: Streamlit template space
Welcome to My Profile Chatbot :)
A chatbot about my profile, experience, skills and education.
Project Structure
basic.py:
- main workflow of the chatbot in cli
- run with
python basic.py
streamlit_app.py
- streamlit app for QA chatbot
- run with
streamlit run ui_qa.py
Todos:
- update readme for project structure, esp data, venv and env
- add more data
- add updated cv with project
- educational docs
- experience letters
- project docs/ reports/ readme
- linkedin stuff: get more from linkedin csv
- better llm selection: using gemini for now
- add ui selection for gemini free models
- make router chains for better response
- add router chains for education, skills, experience and default
- UI: improve UI
- chat sequence
- deploy:
- improve the huggingface guthub repo hosting setup