Skip to content

prudhvikollanapK/Hackathon

Repository files navigation

Django Data Converter Application This is a Django web application for converting various types of data (audio, images, PDFs) into text.

Prerequisites Before you begin, ensure you have the following installed on your local machine:

Python (version 3.7 or higher) pip package manager Installation

Navigate to the project directory:

bash Copy code cd django-data-converter Create a virtual environment (optional but recommended):

Copy code python -m venv venv Activate the virtual environment:

On Windows:

Copy code venv\Scripts\activate On macOS and Linux:

bash Copy code source venv/bin/activate Install dependencies using pip:

Copy code pip install -r requirements.txt Configuration Rename the .env.example file to .env.

Update the .env file with your desired configuration, such as database settings and security settings. Make sure to set DEBUG=False in production.

Database Setup Run database migrations:

Copy code python manage.py migrate Running the Application Start the Django development server:

Copy code python manage.py runserver Access the application in your web browser at http://localhost:8000.

Usage The application provides the following functionalities: Voice to Text Conversion Image to Text Conversion PDF to Text Conversion Navigate to the respective pages and follow the instructions to upload files and initiate the conversion process. Contributing Contributions are welcome! Feel free to submit issues and pull requests.

Feel free to customize this README file according to your project's specific requirements and additional instructions. Let me know if you need further assistance!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors