Skip to content

prakharrathi25/wikipedia-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published