KatGaw commited on
Commit
3e3d664
β€’
1 Parent(s): 9053fb3

changing requirements

Browse files
Files changed (3) hide show
  1. Dockerfile +1 -1
  2. README.md +22 -8
  3. chainlit.md +0 -23
Dockerfile CHANGED
@@ -8,4 +8,4 @@ COPY --chown=user . $HOME/app
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
- CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
8
  COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip install -r requirements.txt
10
  COPY . .
11
+ CMD ["streamlit", "run", "app.py", "--port", "7860"]
README.md CHANGED
@@ -1,22 +1,36 @@
1
  ---
2
- title: StockSavvy
3
  emoji: πŸ“‰
4
  colorFrom: pink
5
  colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  app_port: 7860
 
 
 
9
  ---
10
 
11
- ## πŸ€– StockSavvy
12
 
13
- ![alt text](el_pic.png)
 
 
14
 
15
- > Forecast and analyze stocks and make $$$!!!. Ask me anything about stocks.
16
 
17
- ## Data from open-source data: Yahoo finance + Sentiment analysis.
18
- LangGraph/Langchain/RAG/Chainlit/OpenAI
19
- ---
 
 
 
 
 
 
 
 
 
20
 
 
21
 
22
- > :wave: Code originates mainly from the amazing AI Makerspace Bootcamp!!! For more see [https://github.com/sanjeevl10/StockSavvyFinal]
 
1
  ---
2
+ title: ExpressMode
3
  emoji: πŸ“‰
4
  colorFrom: pink
5
  colorTo: yellow
6
  sdk: docker
7
  pinned: false
8
  app_port: 7860
9
+
10
+ sdk: streamlit
11
+ sdk_version: 1.37.1 # The latest supported version
12
  ---
13
 
 
14
 
15
+ # πŸ€– ExpressMode
16
+ ----
17
+ ExpressMode is a powerful tool designed to perform sentiment analysis on any topic related to North American roads. This app helps you gain insights into public opinion, trends, and emotions surrounding road conditions, infrastructure, traffic, and more.
18
 
19
+ ### πŸš€ Features
20
 
21
+ - Topic Sentiment Analysis: Quickly determine the sentiment (positive, neutral, negative) of discussions about North American roads.
22
+ - Comprehensive Data Sources: Leverage various sources including social media and news articles.
23
+ - Real-time Updates: Get the latest sentiment analysis as soon as new data is available.
24
+ - Customizable Filters: Focus on specific regions, road types, or timeframes for more targeted insights.
25
+
26
+ ### πŸ§‘β€πŸ’» Usage
27
+
28
+ -> Enter a one-word topic related to North American roads into the left sidebar.
29
+ -> Hit "Analyze" to view sentiment trends and detailed reports.
30
+ -> You can ask any other related question in the main search bar.
31
+
32
+ ### πŸ’¬ Feedback
33
 
34
+ For any questions or feedback, please contact [email protected].
35
 
36
+ πŸš— Try it out!
chainlit.md DELETED
@@ -1,23 +0,0 @@
1
-
2
- # πŸ€– ExpressMode
3
- ----
4
- ExpressMode is a powerful tool designed to perform sentiment analysis on any topic related to North American roads. This app helps you gain insights into public opinion, trends, and emotions surrounding road conditions, infrastructure, traffic, and more.
5
-
6
- ### πŸš€ Features
7
-
8
- - Topic Sentiment Analysis: Quickly determine the sentiment (positive, neutral, negative) of discussions about North American roads.
9
- - Comprehensive Data Sources: Leverage various sources including social media and news articles.
10
- - Real-time Updates: Get the latest sentiment analysis as soon as new data is available.
11
- - Customizable Filters: Focus on specific regions, road types, or timeframes for more targeted insights.
12
-
13
- ### πŸ§‘β€πŸ’» Usage
14
-
15
- -> Enter a one-word topic related to North American roads into the left sidebar.
16
- -> Hit "Analyze" to view sentiment trends and detailed reports.
17
- -> You can ask any other related question in the main search bar.
18
-
19
- ### πŸ’¬ Feedback
20
-
21
- For any questions or feedback, please contact [email protected].
22
-
23
- πŸš— Try it out!