Update app.py
Browse files
app.py
CHANGED
@@ -97,10 +97,6 @@ from tensorflow.keras.models import Model
|
|
97 |
from tensorflow.keras.layers import Dense, GlobalAveragePooling2D
|
98 |
from tensorflow.keras.preprocessing.image import load_img, img_to_array
|
99 |
|
100 |
-
|
101 |
-
# Dataset ka path
|
102 |
-
dataset_path = "data/fake_news.csv"
|
103 |
-
|
104 |
# ---- Page Configuration ----
|
105 |
st.set_page_config(page_title="Fake & Deepfake Detection", layout="wide")
|
106 |
|
@@ -150,8 +146,101 @@ fact_check_db = {
|
|
150 |
"elon musk was born in 1932": "FAKE",
|
151 |
"earth revolves around the sun": "REAL",
|
152 |
"the moon is made of cheese": "FAKE",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
}
|
154 |
-
|
155 |
def check_manual_facts(text):
|
156 |
text_lower = text.lower().strip()
|
157 |
return fact_check_db.get(text_lower, None)
|
|
|
97 |
from tensorflow.keras.layers import Dense, GlobalAveragePooling2D
|
98 |
from tensorflow.keras.preprocessing.image import load_img, img_to_array
|
99 |
|
|
|
|
|
|
|
|
|
100 |
# ---- Page Configuration ----
|
101 |
st.set_page_config(page_title="Fake & Deepfake Detection", layout="wide")
|
102 |
|
|
|
146 |
"elon musk was born in 1932": "FAKE",
|
147 |
"earth revolves around the sun": "REAL",
|
148 |
"the moon is made of cheese": "FAKE",
|
149 |
+
"water boils at 100 degrees celsius": "REAL",
|
150 |
+
"the great wall of china is visible from space": "FAKE",
|
151 |
+
"human beings need oxygen to survive": "REAL",
|
152 |
+
"vaccines cause autism": "FAKE",
|
153 |
+
"the sun rises in the west": "FAKE",
|
154 |
+
"chocolate is toxic to dogs": "REAL",
|
155 |
+
"microsoft was founded by bill gates": "REAL",
|
156 |
+
"dinosaurs and humans lived together": "FAKE",
|
157 |
+
"the eiffel tower is in italy": "FAKE",
|
158 |
+
"the speed of light is faster than sound": "REAL",
|
159 |
+
"5g technology spreads covid-19": "FAKE",
|
160 |
+
"honey never spoils": "REAL",
|
161 |
+
"napoleon was extremely short": "FAKE",
|
162 |
+
"goldfish have a three-second memory": "FAKE",
|
163 |
+
"einstein failed math in school": "FAKE",
|
164 |
+
"birds are descendants of dinosaurs": "REAL",
|
165 |
+
"water is composed of hydrogen and oxygen": "REAL",
|
166 |
+
"humans only use 10 percent of their brain": "FAKE",
|
167 |
+
"the human body has 206 bones": "REAL",
|
168 |
+
"the great pyramid of giza was built by aliens": "FAKE",
|
169 |
+
"the internet was invented in 1983": "REAL",
|
170 |
+
"earth is flat": "FAKE",
|
171 |
+
"bananas grow on trees": "FAKE",
|
172 |
+
"polar bears are left-handed": "FAKE",
|
173 |
+
"the amazon rainforest produces 20 percent of the world's oxygen": "REAL",
|
174 |
+
"dogs can see only black and white": "FAKE",
|
175 |
+
"lightning never strikes the same place twice": "FAKE",
|
176 |
+
"the shortest war lasted only 38 minutes": "REAL",
|
177 |
+
"there is no gravity in space": "FAKE",
|
178 |
+
"sharks do not get cancer": "FAKE",
|
179 |
+
"the human heart beats about 100,000 times a day": "REAL",
|
180 |
+
"albert einstein was a high school dropout": "FAKE",
|
181 |
+
"diamonds are formed from coal": "FAKE",
|
182 |
+
"the human tongue has different taste zones": "FAKE",
|
183 |
+
"tomatoes are a fruit": "REAL",
|
184 |
+
"a year on venus is shorter than a day": "REAL",
|
185 |
+
"vikings wore horned helmets": "FAKE",
|
186 |
+
"the moon has its own gravity": "REAL",
|
187 |
+
"sugar causes hyperactivity in children": "FAKE",
|
188 |
+
"human blood is blue inside the body": "FAKE",
|
189 |
+
"gold is edible": "REAL",
|
190 |
+
"ostriches bury their heads in the sand": "FAKE",
|
191 |
+
"earth is the only planet with water": "FAKE",
|
192 |
+
"black holes can evaporate": "REAL",
|
193 |
+
"a penny dropped from the empire state building can kill a person": "FAKE",
|
194 |
+
"octopuses have three hearts": "REAL",
|
195 |
+
"mars is red because of iron oxide": "REAL",
|
196 |
+
"eating carrots improves eyesight": "FAKE",
|
197 |
+
"the human nose and ears keep growing with age": "REAL",
|
198 |
+
"the leaning tower of pisa has always leaned": "REAL",
|
199 |
+
"bats are blind": "FAKE",
|
200 |
+
"you swallow eight spiders a year in your sleep": "FAKE",
|
201 |
+
"the statue of liberty was a gift from france": "REAL",
|
202 |
+
"light bulbs were invented by thomas edison": "REAL",
|
203 |
+
"chameleons change color to match their surroundings": "FAKE",
|
204 |
+
"dogs have unique nose prints": "REAL",
|
205 |
+
"some frogs can survive being frozen": "REAL",
|
206 |
+
"birds die if they eat rice": "FAKE",
|
207 |
+
"a group of crows is called a murder": "REAL",
|
208 |
+
"human dna is 60% similar to bananas": "REAL",
|
209 |
+
"snakes can dislocate their jaws": "REAL",
|
210 |
+
"the longest english word has 189,819 letters": "REAL",
|
211 |
+
"there are more trees on earth than stars in the milky way": "REAL",
|
212 |
+
"bananas are berries": "REAL",
|
213 |
+
"peanuts are nuts": "FAKE",
|
214 |
+
"avocados are poisonous to birds": "REAL",
|
215 |
+
"a day on mercury is longer than its year": "REAL",
|
216 |
+
"sharks existed before trees": "REAL",
|
217 |
+
"the olympics were originally held in greece": "REAL",
|
218 |
+
"human fingers have no muscles": "REAL",
|
219 |
+
"cows have best friends": "REAL",
|
220 |
+
"the inventor of the frisbee was turned into a frisbee after he died": "REAL",
|
221 |
+
"watermelon is 92% water": "REAL",
|
222 |
+
"new york was once called new amsterdam": "REAL",
|
223 |
+
"the heart of a blue whale is the size of a small car": "REAL",
|
224 |
+
"giraffes have the same number of neck bones as humans": "REAL",
|
225 |
+
"venus is the hottest planet in the solar system": "REAL",
|
226 |
+
"your hair and nails continue to grow after death": "FAKE",
|
227 |
+
"the sun is a star": "REAL",
|
228 |
+
"the human body glows in the dark but is invisible to the naked eye": "REAL",
|
229 |
+
"barbie’s full name is barbara millicent roberts": "REAL",
|
230 |
+
"ants can carry 50 times their own body weight": "REAL",
|
231 |
+
"rabbits can’t vomit": "REAL",
|
232 |
+
"the speed of sound is faster in water than in air": "REAL",
|
233 |
+
"every planet in our solar system could fit between earth and the moon": "REAL",
|
234 |
+
"a single lightning bolt is five times hotter than the sun’s surface": "REAL",
|
235 |
+
"mosquitoes are the deadliest animals on earth": "REAL",
|
236 |
+
"sea otters hold hands while sleeping": "REAL",
|
237 |
+
"the empire state building can be seen from space": "FAKE",
|
238 |
+
"your stomach gets a new lining every 3 to 4 days": "REAL",
|
239 |
+
"hummingbirds can fly backward": "REAL",
|
240 |
+
"a shrimp’s heart is in its head": "REAL",
|
241 |
+
"the eiffel tower grows in the summer": "REAL",
|
242 |
+
"neptune was the first planet discovered using math": "REAL"
|
243 |
}
|
|
|
244 |
def check_manual_facts(text):
|
245 |
text_lower = text.lower().strip()
|
246 |
return fact_check_db.get(text_lower, None)
|