Welcome to the README for your Django application! This document is designed to provide an overview of your project, instructions for setup, and information about how to use and extend the application.
VoxWeb: A Speech-Enabled Automatic Website Building System is a software solution designed to simplify and streamline the process of creating web pages through voice recognition technology. The application encompasses a range of functionalities, including user authentication, project management, voice-enabled editing, and automatic website building.
To get your Django app up and running on a local development environment, follow these steps:
Ensure the following software and tools are installed:
- Python 3.x
- Django
- Virtual environment (recommended)
- Any other dependencies
- Rust compiler toolchain - Required for specific functionalities
- Desktop Development with C++ in Visual Studio - Required for specific functionalities
-
Clone this repository to your local machine:
git clone https://github.com/robymarManaloto/voxweb.git --recurse-submodules
-
Navigate to the project directory:
cd your-django-app
-
Create a virtual environment (recommended):
python -m venv venv
-
Activate the virtual environment:
-
On Windows:
venv\Scripts\activate
-
On macOS and Linux:
source venv/bin/activate
-
-
Install project dependencies:
pip install -r requirements.txt
-
Start the development server:
python manage.py runserver --insecure
Your Django app should now be running at http://127.0.0.1:8000/. You can access the admin panel at http://127.0.0.1:8000/admin/ using the superuser credentials you created.
To use the VoxWeb application:
-
Login/Sign-in Page: Create accounts and log in securely. Implement password recovery for forgotten passwords.
-
Dashboard: View project overviews, details, and manage projects. Receive notifications for project updates.
-
Profile Management: Change passwords, delete accounts, and log out.
-
Voice Recognition Page: Utilize voice input, prompt storage, and voice feedback for automatic website building.
-
Drag and Drop Website Project Edit Section: Customize and edit website content using drag-and-drop functionality. Enable voice-enabled editing for a flexible user experience.
-
Exporting Code: Include an option to export generated website files into a zip file.
-
Overall Application Functionalities: Manage user profiles, implement security measures, provide help/support resources, and ensure responsive design.
The project's folder structure is organized as follows:
- static: Static files
- login_dashboard, page_editor, voice_recognition: Three apps
- voxweb: Main project folder
Contributions to this project are welcome! Please follow the guidelines in the CONTRIBUTING.md file for bug reports, feature requests, and pull requests.
This Django app is distributed under the MIT License.