gauthamnairy commited on
Commit
acf6445
·
verified ·
1 Parent(s): 9ca5170

Updated info about my app.

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -6,6 +6,52 @@ colorTo: green
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
6
  sdk: docker
7
  pinned: false
8
  license: apache-2.0
9
+ ---
10
+ ---
11
+ title: Finder
12
+ emoji: 📈
13
+ colorFrom: indigo
14
+ colorTo: green
15
+ sdk: docker
16
+ pinned: false
17
+ license: apache-2.0
18
+ ---
19
+
20
+ # Finder AI Assistant
21
+
22
+ ## Description
23
+ Finder is a powerful AI-driven Flask application that serves as an intelligent assistant capable of processing various document types, answering queries, analyzing news, and generating insights. It leverages Google's Generative AI and LangChain for enhanced language model interactions, making it a versatile tool for information retrieval and analysis.
24
+
25
+ ## Features
26
+ - Document upload and analysis (PDF, DOCX, XLSX, CSV)
27
+ - Natural language query processing
28
+ - News fetching and analysis for energy market queries
29
+ - Data visualization capabilities
30
+ - CSV data query processing
31
+
32
+ ## How to Use
33
+ 1. **Document Analysis**: Upload your documents (PDF, DOCX, XLSX, CSV) to get AI-powered insights.
34
+ 2. **Ask Questions**: Use natural language to ask questions about uploaded documents or general queries.
35
+ 3. **Energy Market News**: Get the latest news and analysis related to the energy market.
36
+ 4. **Data Visualization**: Generate interactive plots from uploaded Excel files.
37
+ 5. **CSV Query Processing**: Run specific queries on your CSV data for detailed analysis.
38
+
39
+ ## Technical Details
40
+ - Built with Flask and Google's Generative AI
41
+ - Uses LangChain for advanced language model interactions
42
+ - Integrates NewsAPI for real-time news fetching
43
+ - Employs Plotly for interactive data visualization
44
+
45
+ ## Deployment
46
+ This application is deployed as a Hugging Face Space using Docker. The `Dockerfile` and `requirements.txt` in the repository handle the setup and dependencies.
47
+
48
+ ## License
49
+ This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
50
+
51
+ ## Contact
52
+ For any queries or support, please open an issue in this repository.
53
+
54
  ---
55
 
56
+ Note: This AI assistant is for informational purposes only. Always verify critical information and consult with appropriate experts for professional advice.
57
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference