Skip to content

Yongtae723/chat-your-data

 
 

Repository files navigation

😆 Ask Everything About Me

This bot can do the following on your behalf

  • Analyze your tweets and show you what you are interested in these days.
  • Answer questions about you from your blog or profile.

⭐ Use Case

The use cases I assume are as follows

  • Individuals/companies can introduce themselves to individuals/companies
  • When you don't know how to write your introduction, Bot can help you

I hope you will be able to customize this bot for your own use and use it to introduce yourself, especially as a job-seeking appeal.

The BOT is instructed to reply in a way that the questioner will like the interviewee via prompt.

👀 Let's try!

You can try this bot at here.

🧠 Basic architecture

architecture

This repository is made based on 🦜️🔗 LangChain, which is excellent library to make text generation application.

ZeroShotAgent uses the following tools for answering questions.

  • Get recent tweets: Returns the content of recent tweets. From this content, bot can reply to the recent interests and trends of the interviewee. in this repo, I sellect twint libirally because tweet API in not stable right now.
  • Question answering from docs: Answer questions about you from pre-defined profiles, blogs, etc. The algorithm uses HyDE.

🚀 Quick Custom

You can customize your own BOT! If you want, see here

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%