The Vikings AI is an intelligent PDF analyzer designed to extract, analyze, and present data from PDF documents efficiently. The tool is built using Python and leverages various libraries to process and analyze PDF content.
- Text Extraction: Extracts text from PDF documents.
- Data Analysis: Analyzes extracted content for specific patterns, keywords, or data structures.
- User Interface: Simple and intuitive user interface built with Streamlit.
- Customization: Users can customize the analysis parameters to fit their needs.
- Clone the repository:
git clone https://github.com/VIZAGBOYS/The_Vikings_Ai.git
- Navigate to the project directory:
cd The_Vikings_Ai
- Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
streamlit run app.py
-
Access the interface: Open your browser and go to
http://localhost:8501
to access the PDF analyzer interface. -
Upload a PDF: Use the "Ask To PDF" feature to upload your PDF document and select the analysis parameters.
-
View Results: The tool will display the extracted text and analysis results based on the selected parameters.
app.py
: Main entry point for the Streamlit application.menu/Ask_To_PDF.py
: Contains the logic for the "Ask To PDF" feature.src/
: Contains static assets such as images, GIFs, and CSS styles.requirements.txt
: List of dependencies required to run the project.
Contributions are welcome! If you have ideas for new features or improvements, feel free to fork the repository and submit a pull request.
- Fork the repository
- Create a new branch for your feature
- Make your changes
- Submit a pull request
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or suggestions, please reach out to kumargunjesh843@gmail.com.