Preet-Sojitra / sih_flask

Contains the code of the backend for SIH2023 Hacakthon

Home Page:https://youtu.be/d3sqFWYGBTk?si=aVaVhdoEou1YRQ7q

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anuvaad Ratna (Backend)

This repository contains the backend code. To view the frontend code, head over to this repository. All the description and instructions are given there.

Live Demo:

You can view the live demo of Anuvaad Ratna here.

Team Members:

Usage:

To use Anuvaad Ratna, you need to run it on your local machine only as of now. To do so, follow these steps:

You need to clone both the frontend and backend repositories to your local machine separately and start the servers for both of them separately.

  1. Clone this repository to your local machine using following command:
git clone https://github.com/Preet-Sojitra/sih_flask
  1. Install the required dependencies using the following command:
pip install -r requirements.txt
  1. Start the server using the following command:
python main.py

NOTE: You need to have the model's weights and two other configuration files in the backend repository's tf_model/ directory . You can download the weights file from here. Download whole tf_model/ directory and place it in the backend repository's root directory.

  1. Now, head over to the frontend repository and clone it (if you haven't already).

Future Plans:

We plan to add support for more languages to Anuvaad Ratna in the future. We also plan to improve the accuracy of the translations and to add new features, such as the ability to translate images.

About

Contains the code of the backend for SIH2023 Hacakthon

https://youtu.be/d3sqFWYGBTk?si=aVaVhdoEou1YRQ7q


Languages

Language:Python 100.0%