Skip to content

roqueando/askyourdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask Your Doc!

GitHub Issues or Pull Requests

Ask Your Doc! is a portfolio project for my machine learning engineer career, that consists in just upload a document with a bunch of questions and return the answers by a DQA pre-trained model.

updates and improvements

The project still in development and the next updates will be coded in the following tasks:

  • Development setup (docker-compose, minio, redis and workers)
  • uploader and feature extractor workers

💻 pre-requisites

Before start, verify if you have the following things installed:

  • Docker and docker-compose
  • Go (I'm using 1.22.4)
  • Make

🚀 installing

For install from source, first you need:

  • clone repository
git clone https://github.com/roqueando/askyourdoc.git
  • build workers (for now just have uploader)
make build module=uploader

☕using

This project is like a bunch of workers sending and consuming data from queues and pubsub, so for this, just up the containers:

docker-compose up -d

Architecture Diagram

ayd_architecture

About

Ask your doc everything!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published