rishikadwarak / wikipedia-translator

App that allows translation from a wikipedia page in English to any other page

Home Page:http://prakharrathi25.pythonanywhere.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wikipedia-translator

Wikipedia Translation Application

This application allows a user to enter an article title on Wikipedia. The application collects article data from Wikipedia and lets the users translate the article content into other languages. The application is built using Django and HTML Templates. The application is hosted on Python Anywhere.

Check it out here

How to Run Locally

  • Clone the repository

git clone https://github.com/prakharrathi25/wikipedia-translator.git

  • Install dependencies

pip install -r requirements.txt

  • Run the application

python manage.py runserver

Application Flow

  1. User enters the article title in the search bar on the project page along with the target language.
  2. The application fetches the article data from Wikipedia and displays the article content in the translation page.
  3. The user can translate the article content into other languages.
  4. The user can save the translated article content in the translation page.

Note: I have also added Django groups with two roles - managers and annotators with differential privacy for both.

Application Demo

final_recording.mp4

Application Testing Credentials

You can use these credentials to test the application locally. Currently, I have not given the feature to create new users so you need to use the credentials of an existing user.

Superadmin credentials

  • username - admin
  • password - admin

Manager Credentials

  • username - manager
  • password - not-man-123

Annotator Credentials

  • username - annotator
  • password - not-annot-123

About

App that allows translation from a wikipedia page in English to any other page

http://prakharrathi25.pythonanywhere.com/

License:GNU General Public License v3.0


Languages

Language:Python 63.1%Language:HTML 36.9%