Skip to content

yangyi-shen/hmm-lets-see

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hmm, let's see... 🤔

A web interface which allows you to ask AI complex questions. The backend will retrieve relevant academic materials from Crossref, process them using AI and generate an answer for you.

Note that this is not a very high-quality product. I mainly created this to introduce myself to the basics of LangChain. Cooler and actually usable projects, however, are forthcoming!

how to use

  1. Download this repository onto your computer
  2. Enter the "server" directory
  3. Create a .env file with the variable GROQ_API_KEY, and set it to your API key
  4. Run npm install && npm run dev
  5. Enter the "app" directory
  6. Run npm install && npm run dev
  7. Go to localhost:5173, where you will be presented with the UI below

Demo image

resources

About

A web interface which allows you to ask AI complex questions, and receive responses based on scraped academic materials.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors