Skip to content

The repository contains the code for my portfolio hosted at streamlit. My portfolio has a chatbot assistant which can answer questions about me. Chatbot assistant is created using Retrieval Augmentation Generation with Langchain.

License

Notifications You must be signed in to change notification settings

hari04hp/my-portfolio

Repository files navigation

How to run locally:

Upload a file under files

  1. pip install -r requirements.txt
  2. 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")

Pages

  1. Home page is my portfolio describing about me, Haripriya Rajendran.
  2. Second page is "My AI Assistant" page where you can ask relevant questions about me and it will answer.
  3. Third page is "About My AI Assistant" page where the project details are described.

References for both chat assistant and portfolio:

Hosting path:

https://haripriya-rajendran-portfolio.streamlit.app/

Licenses:

This project is licensed under the MIT License - see the LICENSE file for details.

About

The repository contains the code for my portfolio hosted at streamlit. My portfolio has a chatbot assistant which can answer questions about me. Chatbot assistant is created using Retrieval Augmentation Generation with Langchain.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published