Skip to content

DocMate is an AI tool to chat with your PDF and TXT files

Notifications You must be signed in to change notification settings

paulsojan/doc-mate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About DocMate

DocMate is an AI tool to chat with your PDF and TXT files

Local Development setup

To Setup the application in your local machine ensure that you have rbenv, nvm, yarn, node, redis and postgresql is working properly.

Use the following commands to set up and start the application.

./bin/setup

foreman start -f Procfile.dev

For ruby versions not supporting foreman:

  1. To run the rails server:

      bundle exec rails server
  2. To start the webpacker:

    ./bin/webpacker-dev-server

Visit http://localhost:3000/ and login with email oliver@example.com and password welcome.

Setup the API Key

We are using GooglePalm LLM (Large Language Model).

  1. Go to https://makersuite.google.com/app/apikey and generate the API key.

  2. Replace the API_KEY with your API key in .env.development and .env.test files.

About

DocMate is an AI tool to chat with your PDF and TXT files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published