Project is hosted at https://haripriya-rajendran-portfolio.streamlit.app/
Upload a file under files
pip install -r requirements.txt
streamlit run 1_Home.py
Create a .env file in the project directory and add:
- PINECONE_API_KEY=Your Pinecone API key
- PINECONE_ENV=Your Pinecone environment name (e.g., "dev")
- Home page is my portfolio describing about me, Haripriya Rajendran.
- Second page is "My AI Assistant" page where you can ask relevant questions about me and it will answer.
- Third page is "About My AI Assistant" page where the project details are described.
- https://github.com/logesh45/rag-langchain-demo
- https://github.com/langchain-ai/streamlit-agent/blob/main/streamlit_agent/chat_with_documents.py
- https://github.com/Sven-Bo/personal-website-streamlit
- https://www.youtube.com/watch?v=VqgUkExPvLY
- https://www.youtube.com/watch?v=u-RLu_8kwA0
- https://blog.streamlit.io/land-your-dream-job-build-your-portfolio-with-streamlit/#step-2-build-your-chatbot
- https://www.pinecone.io/learn/series/langchain/langchain-retrieval-augmentation/
https://haripriya-rajendran-portfolio.streamlit.app/
This project is licensed under the MIT License - see the LICENSE file for details.