BasicLingua-WebApp is a web platform that showcases the features of BasicLingua, a Gemini LLM-based Python library designed by @FareedKhan-dev. This platform demonstrates various linguistic tasks such as Text Translation, Extracting patterns, Text correction, and many other features. Users can interact with the functionalities provided by BasicLingua through an intuitive web interface.
The homepage of the application features an entry field where users can input the API key required for initializing the BasicLingua library . This key is essential for accessing and utilizing the library's features. Upon accessing the page, users are prompted to obtain an API key from here for the initialization of the BasicLingua library.
To view a demonstration of the project, navigate to the clips
directory and open Final.mp4
.
The features on the sidebar will be updated constantly prior to the ones here. You can read more on the library and its features here
- Python 3 and above--BasicLingua library
- Django
-
Clone the Repository
https://github.com/Minty-cyber/BasicLingua-Webapp
-
Download the BasicLingua library
pip install basiclingua
-
Server Set Up:
cd BasicLingua-Webapp python manage.py runserver
Check out the live demo of BasicLingua WebApp to see how our LLM-based-NLP Python library works in action. BasicLingua Webapp
We are excited to receive contributions! Please refer to our CONTRIBUTING.md for comprehensive steps on submitting pull requests to the project.
Special thanks to @FareedKhan-dev for creating this Python library.