Skip to content

rmmajor/nlp_rag_proj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title rag
app_file main.py
sdk gradio
sdk_version 5.8.0

RAG project for NLP course

  1. Task: this project aims to translate from English to French

  2. Hosted service:

  1. Source code: https://github.com/rmmajor/nlp_rag_proj

How to run locally:

  1. docker way:
  • build with `docker build -t english-to-french-translator .
  • run with docker run -p 7860:7860 english-to-french-translator
  1. local way:
  • run the script: python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors